mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2025-01-08 19:30:18 +00:00
Fixed freeing the Windows blank cursor
This commit is contained in:
parent
0387bf821a
commit
3167ba342d
@ -372,7 +372,8 @@ WIN_QuitMouse(_THIS)
|
||||
}
|
||||
|
||||
if (SDL_blank_cursor) {
|
||||
SDL_FreeCursor(SDL_blank_cursor);
|
||||
WIN_FreeCursor(SDL_blank_cursor);
|
||||
SDL_blank_cursor = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user