mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 12:57:39 +09:00
Fixed accuracy's counter first value change.
This commit is contained in:
parent
833b83ed62
commit
e3c3806759
@ -12,6 +12,7 @@ namespace osu.Game.Modes.Osu
|
|||||||
: base(hitObjectCount)
|
: base(hitObjectCount)
|
||||||
{
|
{
|
||||||
Health.Value = 1;
|
Health.Value = 1;
|
||||||
|
Accuracy.Value = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void UpdateCalculations(JudgementInfo judgement)
|
protected override void UpdateCalculations(JudgementInfo judgement)
|
||||||
|
@ -26,7 +26,7 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
public PercentageCounter()
|
public PercentageCounter()
|
||||||
{
|
{
|
||||||
DisplayedCountSpriteText.FixedWidth = true;
|
DisplayedCountSpriteText.FixedWidth = true;
|
||||||
Count = 1.0f;
|
Count = DisplayedCount = 1.0f;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override string FormatCount(float count)
|
protected override string FormatCount(float count)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user