Skip to content

Commit

Permalink
Set default mouse cursor in IN_ShowCursor
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-drexler committed Aug 10, 2024
1 parent 27ab2fe commit 21e9f5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Quake/in_sdl.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ void IN_ShowCursor (void)
SDL_Window *window;
int width, height;

VID_SetMouseCursor (MOUSECURSOR_DEFAULT);

if (!SDL_GetRelativeMouseMode ())
return;
if (SDL_SetRelativeMouseMode (SDL_FALSE) != 0)
Expand Down

0 comments on commit 21e9f5e

Please sign in to comment.