Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Forgot to reshow mouse cursor when exiting grab/hide mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Sep 8, 2006
1 parent 269c4bb commit 21592b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/gem/SDL_gemmouse.c
Expand Up @@ -172,6 +172,7 @@ GEM_CheckMouseMode(_THIS)
GEM_mouse_relative = SDL_TRUE;
} else {
GEM_mouse_relative = SDL_FALSE;
graf_mouse(M_ON, NULL);
}
}

Expand Down

0 comments on commit 21592b3

Please sign in to comment.