This commit is contained in:
smoogipoo
2018-01-10 17:39:15 +09:00
parent c010b48b29
commit d147683361
2 changed files with 0 additions and 10 deletions

View File

@ -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;