mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Update dependencies
This commit is contained in:
@ -51,7 +51,7 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
public DrawableNumber(long value)
|
||||
{
|
||||
this.value = value;
|
||||
Text = HumanizerUtils.ToMetric(value);
|
||||
Text = HumanizerUtils.ToReadableString(value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user