Просмотр исходного кода

Emscripten: Fixed SDL_SYSTEM_CURSOR_SIZEALL

Ryan Speets 7 лет назад
Родитель
Сommit
aeea6b9b1f
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/video/emscripten/SDL_emscriptenmouse.c

+ 1 - 0
src/video/emscripten/SDL_emscriptenmouse.c

@@ -165,6 +165,7 @@ Emscripten_CreateSystemCursor(SDL_SystemCursor id)
             cursor_name = "ns-resize";
             break;
         case SDL_SYSTEM_CURSOR_SIZEALL:
+            cursor_name = "move";
             break;
         case SDL_SYSTEM_CURSOR_NO:
             cursor_name = "not-allowed";