Skip to content

Commit

Permalink
remove custom cursor by default
Browse files Browse the repository at this point in the history
  • Loading branch information
MatusGuy committed Sep 6, 2024
1 parent 0ad4b81 commit 91f45cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/supertux/gameconfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,11 @@ Config::Config() :
transitions_enabled(true),
confirmation_dialog(false),
pause_on_focusloss(true),
#ifdef __ANDROID__
custom_mouse_cursor(false),
#else
custom_mouse_cursor(true),
#endif
#ifdef __EMSCRIPTEN__
do_release_check(false),
#else
Expand Down

0 comments on commit 91f45cd

Please sign in to comment.