1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 13:42:23 +08:00

Set Health default value to 1

This commit is contained in:
iiSaLMaN
2019-09-07 18:03:04 +03:00
Unverified
parent f51ff55328
commit 55b2bc1ed5
+1 -1
View File
@@ -55,7 +55,7 @@ namespace osu.Game.Rulesets.Scoring
/// <summary>
/// The current health.
/// </summary>
public readonly BindableDouble Health = new BindableDouble { MinValue = 0, MaxValue = 1 };
public readonly BindableDouble Health = new BindableDouble(1) { MinValue = 0, MaxValue = 1 };
/// <summary>
/// The current combo.