Merge remote-tracking branch 'upstream/master' into update-flow

This commit is contained in:
Dean Herbert
2017-03-04 23:28:39 +09:00
7 changed files with 99 additions and 109 deletions

View File

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