diff --git a/src/events/SDL_mouse.c b/src/events/SDL_mouse.c index 0886f54fa..0bb0b184d 100644 --- a/src/events/SDL_mouse.c +++ b/src/events/SDL_mouse.c @@ -362,6 +362,7 @@ SDL_MouseQuit(void) SDL_Cursor *cursor, *next; SDL_Mouse *mouse = SDL_GetMouse(); + SDL_SetRelativeMouseMode(SDL_FALSE); SDL_ShowCursor(1); cursor = mouse->cursors;