fix chart parsing

This commit is contained in:
muskit
2023-09-15 12:00:12 -07:00
parent 002ff7b1ff
commit 41d2576e58
4 changed files with 35 additions and 12 deletions
+1
View File
@@ -15,6 +15,7 @@ namespace WacK.Data.Chart
: base(time, measureBeat, position, size,holdIndex, holdNext, type: NotePlayType.HoldStart, bonus: false)
{
// points = (SortedList<float, Note>)holdPoints.Skip(1);
points = new();
}
}
}