[client] don't hide the cursor unconditionally at startup

This commit is contained in:
Geoffrey McRae 2021-01-20 01:27:38 +11:00
parent dacc573650
commit 8f07744c98

View File

@ -2010,8 +2010,6 @@ static int lg_run(void)
register_key_binds(); register_key_binds();
initSDLCursor(); initSDLCursor();
if (params.hideMouse)
SDL_ShowCursor(SDL_DISABLE);
// setup the startup condition // setup the startup condition
if (!(e_startup = lgCreateEvent(false, 0))) if (!(e_startup = lgCreateEvent(false, 0)))