From 8f07744c98813e91597872dccead4ecbb93cf61a Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Wed, 20 Jan 2021 01:27:38 +1100 Subject: [PATCH] [client] don't hide the cursor unconditionally at startup --- client/src/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/main.c b/client/src/main.c index e9d4bb6c..20742af0 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -2010,8 +2010,6 @@ static int lg_run(void) register_key_binds(); initSDLCursor(); - if (params.hideMouse) - SDL_ShowCursor(SDL_DISABLE); // setup the startup condition if (!(e_startup = lgCreateEvent(false, 0)))