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)))