fix chart parsing
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user