1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-04-10 14:24:56 +00:00

remove sitelock

This commit is contained in:
Cameron Taylor 2024-04-04 05:41:44 -04:00
parent 926a8fb71d
commit acb58a6b49

View file

@ -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...');