Remove unnecessary time property

This commit is contained in:
smoogipoo
2020-04-17 17:06:12 +09:00
parent 69fb984e71
commit 9aac98664c
7 changed files with 10 additions and 11 deletions

View File

@ -247,7 +247,7 @@ namespace osu.Game.Beatmaps.ControlPoints
break;
}
return newPoint.IsRedundant(existing, time);
return newPoint.IsRedundant(existing);
}
private void groupItemAdded(ControlPoint controlPoint)