Skip to content

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 e451f68 commit ed44b33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/gem/SDL_gemmouse.c
Expand Up @@ -181,5 +181,6 @@ void GEM_CheckMouseMode(_THIS)
GEM_mouse_relative = SDL_TRUE;
} else {
GEM_mouse_relative = SDL_FALSE;
graf_mouse(M_ON, NULL);
}
}

0 comments on commit ed44b33

Please sign in to comment.