fix stutter at the start of the song

This commit is contained in:
KadeDeveloper 2021-08-08 13:34:35 -07:00
parent 4629ab4fcd
commit b166733830

View File

@ -151,6 +151,7 @@ class ChartingState extends MusicBeatState
deezNuts.set(32,8);
deezNuts.set(64,16);
sectionRenderes = new FlxTypedGroup<SectionRender>();
lines = new FlxTypedGroup<FlxSprite>();
texts = new FlxTypedGroup<FlxText>();