mirror of
https://github.com/ppy/osu
synced 2024-12-14 19:06:07 +00:00
Start accuracy at 1
This commit is contained in:
parent
f827b6c030
commit
4e5064c4f6
@ -108,7 +108,7 @@ namespace osu.Game.Screens.Play.HUD
|
||||
|
||||
public IBindableNumber<double> Accuracy => accuracy;
|
||||
|
||||
private readonly BindableDouble accuracy = new BindableDouble();
|
||||
private readonly BindableDouble accuracy = new BindableDouble(1);
|
||||
|
||||
public IBindableNumber<int> CurrentCombo => currentCombo;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user