mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
Fixed invisible mouse cursor in SDL backend
See https://mantis.zdoom.org/view.php?id=71
This commit is contained in:
parent
d289c00ae3
commit
da4981ef91
1 changed files with 0 additions and 4 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Reference in a new issue