mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-02-16 20:01:49 -05:00
remove sitelock
This commit is contained in:
parent
926a8fb71d
commit
acb58a6b49
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ class FunkinPreloader extends FlxBasePreloader
|
|||
|
||||
public function new()
|
||||
{
|
||||
super(Constants.PRELOADER_MIN_STAGE_TIME, Constants.SITE_LOCK);
|
||||
super(Constants.PRELOADER_MIN_STAGE_TIME);
|
||||
|
||||
// We can't even call trace() yet, until Flixel loads.
|
||||
trace('Initializing custom preloader...');
|
||||
|
|
Loading…
Reference in a new issue