Fixed freeing the Windows blank cursor
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