diff --git a/src/modules/mouse/sdl/Cursor.cpp b/src/modules/mouse/sdl/Cursor.cpp index 5dfc30cb3..9b80d02b3 100644 --- a/src/modules/mouse/sdl/Cursor.cpp +++ b/src/modules/mouse/sdl/Cursor.cpp @@ -94,7 +94,7 @@ EnumMap::Entry {Cursor::CURSOR_CROSSHAIR, SDL_SYSTEM_CURSOR_CROSSHAIR}, {Cursor::CURSOR_WAITARROW, SDL_SYSTEM_CURSOR_PROGRESS}, {Cursor::CURSOR_SIZENWSE, SDL_SYSTEM_CURSOR_NWSE_RESIZE}, - {Cursor::CURSOR_SIZENESW, SDL_SYSTEM_CURSOR_NW_RESIZE}, + {Cursor::CURSOR_SIZENESW, SDL_SYSTEM_CURSOR_NESW_RESIZE}, {Cursor::CURSOR_SIZEWE, SDL_SYSTEM_CURSOR_EW_RESIZE}, {Cursor::CURSOR_SIZENS, SDL_SYSTEM_CURSOR_NS_RESIZE}, {Cursor::CURSOR_SIZEALL, SDL_SYSTEM_CURSOR_MOVE},