mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-15 11:22:55 +00:00
safety
This commit is contained in:
parent
1c352e4e11
commit
4ca30a571d
|
@ -536,7 +536,7 @@ class FreeplayState extends MusicBeatSubState
|
||||||
grpTxtScrolls.visible = true;
|
grpTxtScrolls.visible = true;
|
||||||
|
|
||||||
// render optimisation
|
// render optimisation
|
||||||
_parentState.persistentDraw = false;
|
if (_parentState != null) _parentState.persistentDraw = false;
|
||||||
});
|
});
|
||||||
|
|
||||||
generateSongList(null, false);
|
generateSongList(null, false);
|
||||||
|
|
Loading…
Reference in a new issue