Commit d49f3ac1 authored by Patrice Mandin's avatar Patrice Mandin

Forgot to reshow mouse cursor when exiting grab/hide mode

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402071
parent 8d211fac
......@@ -181,5 +181,6 @@ void GEM_CheckMouseMode(_THIS)
GEM_mouse_relative = SDL_TRUE;
} else {
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