Removed obsolete extra Set Cursor line

This commit is contained in:
Dimitris Panokostas 2020-06-13 21:47:54 +02:00
parent 8022b12773
commit b663f9452e

View file

@ -394,7 +394,7 @@ int graphics_setup(void)
}
check_error_sdl(sdl_window == nullptr, "Unable to create window:");
}
SDL_ShowCursor(SDL_DISABLE);
#endif
if (renderer == nullptr)