mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Merge remote-tracking branch 'upstream/master' into catch-combo-counter
This commit is contained in:
@ -145,8 +145,6 @@ namespace osu.Game.Rulesets.Catch.Skinning
|
||||
this.fontOverlap = fontOverlap;
|
||||
}
|
||||
|
||||
public override void Increment(int amount) => Current.Value += amount;
|
||||
|
||||
protected override double GetProportionalDuration(int currentValue, int newValue)
|
||||
{
|
||||
return Math.Abs(newValue - currentValue) * 75.0;
|
||||
|
Reference in New Issue
Block a user