mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-13 03:28:19 +00:00
reverted false checkin
This commit is contained in:
parent
a457efcd54
commit
3c463bf05d
|
@ -213,10 +213,8 @@ void inp_mouse_mode_absolute()
|
||||||
|
|
||||||
void inp_mouse_mode_relative()
|
void inp_mouse_mode_relative()
|
||||||
{
|
{
|
||||||
/*
|
|
||||||
SDL_ShowCursor(0);
|
SDL_ShowCursor(0);
|
||||||
SDL_WM_GrabInput(SDL_GRAB_ON);
|
SDL_WM_GrabInput(SDL_GRAB_ON);
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue