Forgot to reshow mouse cursor when exiting grab/hide mode

This commit is contained in:
Patrice Mandin
2006-09-08 19:18:02 +00:00
parent dd714797b0
commit e638e384a8

View File

@@ -172,6 +172,7 @@ GEM_CheckMouseMode(_THIS)
GEM_mouse_relative = SDL_TRUE;
} else {
GEM_mouse_relative = SDL_FALSE;
graf_mouse(M_ON, NULL);
}
}