mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 05:42:56 +08:00
Cleanup
This commit is contained in:
parent
c010b48b29
commit
d147683361
@ -113,15 +113,6 @@ namespace osu.Game.Graphics.UserInterface
|
||||
AccentColour = colours.Pink;
|
||||
}
|
||||
|
||||
private NumberFormatInfo createDefaultFormat()
|
||||
{
|
||||
var nfi = (NumberFormatInfo)NumberFormatInfo.CurrentInfo.Clone();
|
||||
nfi.PercentDecimalDigits = 0;
|
||||
nfi.NumberDecimalDigits = 1;
|
||||
|
||||
return nfi;
|
||||
}
|
||||
|
||||
protected override bool OnHover(InputState state)
|
||||
{
|
||||
Nub.Glowing = true;
|
||||
|
@ -72,6 +72,5 @@ namespace osu.Game.Screens.Play.ReplaySettings
|
||||
var clockRate = AdjustableClock.Rate;
|
||||
sliderbar.Bindable.ValueChanged += rateMultiplier => AdjustableClock.Rate = clockRate * rateMultiplier;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user