From b1667338306b23f0450145f7fc774f113a1784d2 Mon Sep 17 00:00:00 2001 From: KadeDeveloper Date: Sun, 8 Aug 2021 13:34:35 -0700 Subject: [PATCH] fix stutter at the start of the song --- source/ChartingState.hx | 1 + 1 file changed, 1 insertion(+) diff --git a/source/ChartingState.hx b/source/ChartingState.hx index 5c978ae..dbe1b01 100644 --- a/source/ChartingState.hx +++ b/source/ChartingState.hx @@ -151,6 +151,7 @@ class ChartingState extends MusicBeatState deezNuts.set(32,8); deezNuts.set(64,16); + sectionRenderes = new FlxTypedGroup(); lines = new FlxTypedGroup(); texts = new FlxTypedGroup();