mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-28 05:58:29 +00:00
Fixed freeing the Windows blank cursor
This commit is contained in:
@@ -372,7 +372,8 @@ WIN_QuitMouse(_THIS)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (SDL_blank_cursor) {
|
if (SDL_blank_cursor) {
|
||||||
SDL_FreeCursor(SDL_blank_cursor);
|
WIN_FreeCursor(SDL_blank_cursor);
|
||||||
|
SDL_blank_cursor = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user