Revert "finish"

This reverts commit 52305c2272329fd9343b9703c78a098c1a7d8b16.
This commit is contained in:
Jonathan Campbell 2017-12-07 23:55:53 -08:00
parent 52305c2272
commit de7a016fc1

View File

@ -3262,11 +3262,7 @@ fresh_boot:
#endif #endif
//Force visible mouse to end user. Somehow this sometimes doesn't happen //Force visible mouse to end user. Somehow this sometimes doesn't happen
#if defined(C_SDL2)
SDL_WM_GrabInput(SDL_GRAB_OFF);
#else
SDL_SetRelativeMouseMode(SDL_FALSE); SDL_SetRelativeMouseMode(SDL_FALSE);
#endif
SDL_ShowCursor(SDL_ENABLE); SDL_ShowCursor(SDL_ENABLE);
/* Exit functions */ /* Exit functions */