mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Add back autogeneration rules
Will be removed in https://github.com/ppy/osu/pull/6604
This commit is contained in:
@ -184,9 +184,6 @@ namespace osu.Game.Beatmaps.ControlPoints
|
||||
|
||||
public void Add(double time, ControlPoint newPoint, bool force = false)
|
||||
{
|
||||
if (!force && SimilarPointAt(time, newPoint)?.EquivalentTo(newPoint) == true)
|
||||
return;
|
||||
|
||||
GroupAt(time, true).Add(newPoint);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user