mirror of
https://github.com/encounter/SDL.git
synced 2025-05-18 21:31:35 +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…
x
Reference in New Issue
Block a user