mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Merge remote-tracking branch 'upstream/master' into update-flow
This commit is contained in:
@ -26,7 +26,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
public PercentageCounter()
|
||||
{
|
||||
DisplayedCountSpriteText.FixedWidth = true;
|
||||
Count = 1.0f;
|
||||
Count = DisplayedCount = 1.0f;
|
||||
}
|
||||
|
||||
protected override string FormatCount(float count)
|
||||
|
Reference in New Issue
Block a user