Start accuracy at 1

This commit is contained in:
Bartłomiej Dach 2020-12-19 21:31:17 +01:00
parent f827b6c030
commit 4e5064c4f6

View File

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