Skip to content

Commit

Permalink
safety
Browse files Browse the repository at this point in the history
  • Loading branch information
richTrash21 committed May 23, 2024
1 parent 1c352e4 commit 4ca30a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/ui/freeplay/FreeplayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ class FreeplayState extends MusicBeatSubState
grpTxtScrolls.visible = true;

// render optimisation
_parentState.persistentDraw = false;
if (_parentState != null) _parentState.persistentDraw = false;
});

generateSongList(null, false);
Expand Down

0 comments on commit 4ca30a5

Please sign in to comment.