mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-04-10 14:24:56 +00:00
remove sitelock
This commit is contained in:
parent
926a8fb71d
commit
acb58a6b49
|
@ -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