Skip to content
This repository was archived by the owner on Oct 18, 2025. It is now read-only.

Commit 383a1ad

Browse files
while
1 parent 4a01f1e commit 383a1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/visuals/game/StrumLine.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class StrumLine extends FlxGroup
113113
despawnT /= scrollSpeed;
114114
}
115115

116-
if (chartNotes[0] != null && Conductor.songPosition + spawnT > chartNotes[0][0])
116+
while (chartNotes[0] != null && Conductor.songPosition + spawnT > chartNotes[0][0])
117117
{
118118
var note:Array<Dynamic> = chartNotes.shift();
119119

0 commit comments

Comments
 (0)