Fixed Cursor Icon State for SYSTEM_CURSOR_PROGRESS

This commit is contained in:
ImThour 2025-02-13 20:20:43 +05:30 committed by Sam Lantinga
parent 5dce8c748f
commit ed0a03e9b5
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ static SDL_Cursor *WIN_CreateSystemCursor(SDL_SystemCursor id)
name = IDC_CROSS;
break;
case SDL_SYSTEM_CURSOR_PROGRESS:
name = IDC_WAIT;
name = IDC_APPSTARTING;
break;
case SDL_SYSTEM_CURSOR_NWSE_RESIZE:
name = IDC_SIZENWSE;