Skip to content

Commit

Permalink
Mouse cursor is no longer visible outside of the ingame editors (#3881)
Browse files Browse the repository at this point in the history
  • Loading branch information
sphis-Sinco authored Jan 17, 2025
1 parent ad45b72 commit 1c12b84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/funkin/InitState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ class InitState extends FlxState
ModuleHandler.loadModuleCache();
ModuleHandler.callOnCreate();

funkin.input.Cursor.hide();

trace('Parsing game data took: ${TimerUtil.ms(perfStart)}');
}

Expand Down

0 comments on commit 1c12b84

Please sign in to comment.