Code cleanup.

This commit is contained in:
2022-12-22 14:02:58 +08:00
parent da2313ab57
commit 451ebbe91a
3 changed files with 7 additions and 9 deletions

View File

@@ -529,7 +529,7 @@ namespace Cryville.Crtr {
foreach (var ts in gs.Value.Children) {
ContainerHandler th;
if (ts.Key is Chart.Note) {
th = new NoteHandler(gh, (Chart.Note)ts.Key, pruleset, judge);
th = new NoteHandler(gh, (Chart.Note)ts.Key, pruleset);
}
else {
th = new TrackHandler(gh, (Chart.Track)ts.Key);