Fixed invisible mouse cursor in SDL backend

See https://mantis.zdoom.org/view.php?id=71
This commit is contained in:
alexey.lysiuk 2017-01-22 10:25:37 +02:00
parent d289c00ae3
commit da4981ef91
1 changed files with 0 additions and 4 deletions

View File

@ -131,10 +131,6 @@ SDLGLVideo::SDLGLVideo (int parm)
fprintf( stderr, "Video initialization failed: %s\n",
SDL_GetError( ) );
}
#ifndef _WIN32
// mouse cursor is visible by default on linux systems, we disable it by default
SDL_ShowCursor (0);
#endif
}
SDLGLVideo::~SDLGLVideo ()