mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
revert: "[BUGFIX?] Reset CWD before Preloader" (#3538)
This commit is contained in:
parent
090ddd1f1c
commit
e6b6b41766
1 changed files with 0 additions and 2 deletions
|
@ -136,8 +136,6 @@ class FunkinPreloader extends FlxBasePreloader
|
||||||
// We can't even call trace() yet, until Flixel loads.
|
// We can't even call trace() yet, until Flixel loads.
|
||||||
trace('Initializing custom preloader...');
|
trace('Initializing custom preloader...');
|
||||||
|
|
||||||
funkin.util.CLIUtil.resetWorkingDir();
|
|
||||||
|
|
||||||
this.siteLockTitleText = Constants.SITE_LOCK_TITLE;
|
this.siteLockTitleText = Constants.SITE_LOCK_TITLE;
|
||||||
this.siteLockBodyText = Constants.SITE_LOCK_DESC;
|
this.siteLockBodyText = Constants.SITE_LOCK_DESC;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue