1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-15 11:22:55 +00:00
This commit is contained in:
richTrash21 2024-05-23 21:52:28 +04:00
parent 1c352e4e11
commit 4ca30a571d

View file

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