removed stack note implemn

This commit is contained in:
Kade M
2021-06-26 12:42:52 -07:00
parent 8b2ee6bf27
commit 78f98eec80
2 changed files with 5 additions and 12 deletions

View File

@@ -1631,17 +1631,6 @@ class PlayState extends MusicBeatState
swagNote.sustainLength = songNotes[2];
swagNote.scrollFactor.set(0, 0);
var addNote = false;
for (i in unspawnNotes)
if (i.strumTime == daStrumTime && i.noteData == daNoteData)
addNote = true;
if (addNote)
{
trace('stacked note, thats cringe');
continue;
}
var susLength:Float = swagNote.sustainLength;