mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Don't show the flip button when flipping is a no-op
This commit is contained in:
@ -15,6 +15,8 @@ namespace osu.Game.Rulesets.Catch.Edit
|
||||
public readonly float Min;
|
||||
public readonly float Max;
|
||||
|
||||
public float Length => Max - Min;
|
||||
|
||||
public PositionRange(float value)
|
||||
: this(value, value)
|
||||
{
|
||||
|
Reference in New Issue
Block a user