mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Fix formatting
This commit is contained in:
@ -71,6 +71,7 @@ namespace osu.Game.Beatmaps.ControlPoints
|
||||
public override bool EquivalentTo(ControlPoint other) =>
|
||||
other is SampleControlPoint otherTyped &&
|
||||
SampleBank == otherTyped.SampleBank && SampleVolume == otherTyped.SampleVolume;
|
||||
public override bool IsRedundant(ControlPoint other, double time) => EquivalentTo(other);
|
||||
|
||||
public override bool IsRedundant(ControlPoint existing, double time) => EquivalentTo(existing);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user