diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index cbd5dbc..22ad039 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1155,7 +1155,6 @@ void CMainApplication::RunMainLoop() bool bQuit = false; SDL_StartTextInput(); - SDL_ShowCursor( SDL_DISABLE ); SDL_Joystick *controller = SDL_JoystickOpen(0); if (!controller) |