mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Fixed accuracy's counter first value change.
This commit is contained in:
@ -12,6 +12,7 @@ namespace osu.Game.Modes.Osu
|
||||
: base(hitObjectCount)
|
||||
{
|
||||
Health.Value = 1;
|
||||
Accuracy.Value = 1;
|
||||
}
|
||||
|
||||
protected override void UpdateCalculations(JudgementInfo judgement)
|
||||
|
Reference in New Issue
Block a user