Commit b2dfe29e authored by Patrice Mandin's avatar Patrice Mandin

Forgot to reshow mouse cursor when exiting grab/hide mode

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402072
parent 672a050e
...@@ -172,6 +172,7 @@ GEM_CheckMouseMode(_THIS) ...@@ -172,6 +172,7 @@ GEM_CheckMouseMode(_THIS)
GEM_mouse_relative = SDL_TRUE; GEM_mouse_relative = SDL_TRUE;
} else { } else {
GEM_mouse_relative = SDL_FALSE; GEM_mouse_relative = SDL_FALSE;
graf_mouse(M_ON, NULL);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment