Skip to content

Commit

Permalink
Merge pull request #2629 from NotHyper-474/bugfix/cwd-preloader-issue
Browse files Browse the repository at this point in the history
[BUGFIX?] Reset CWD before Preloader
  • Loading branch information
EliteMasterEric authored May 30, 2024
2 parents 934d6c2 + ee4be81 commit b487adb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/funkin/ui/transition/preload/FunkinPreloader.hx
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ class FunkinPreloader extends FlxBasePreloader
// We can't even call trace() yet, until Flixel loads.
trace('Initializing custom preloader...');

funkin.util.CLIUtil.resetWorkingDir();

this.siteLockTitleText = Constants.SITE_LOCK_TITLE;
this.siteLockBodyText = Constants.SITE_LOCK_DESC;
}
Expand Down

0 comments on commit b487adb

Please sign in to comment.