Skip to content

Commit ca3d9fa

Browse files
committed
Update PlayState.hx
1 parent 0a9930f commit ca3d9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/states/PlayState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2613,7 +2613,7 @@ class PlayState extends MusicBeatState
26132613
{
26142614
if (field < 0 || field >= playfields.length)
26152615
field = if (note.mustPress) 0 else 1;
2616-
playfields[field].addNote(note);
2616+
playfields.members[field].queue(note);
26172617
}
26182618

26192619
public function clearNotesBefore(time:Float)

0 commit comments

Comments
 (0)