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
This commit is contained in:
parent
8d211fac77
commit
d49f3ac1d0
1 changed files with 1 additions and 0 deletions
|
@ -181,5 +181,6 @@ void GEM_CheckMouseMode(_THIS)
|
|||
GEM_mouse_relative = SDL_TRUE;
|
||||
} else {
|
||||
GEM_mouse_relative = SDL_FALSE;
|
||||
graf_mouse(M_ON, NULL);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue