mirror of
https://github.com/ppy/osu
synced 2025-03-23 11:27:24 +00:00
Set Health default value to 1
This commit is contained in:
parent
f51ff55328
commit
55b2bc1ed5
@ -55,7 +55,7 @@ namespace osu.Game.Rulesets.Scoring
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The current health.
|
/// The current health.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public readonly BindableDouble Health = new BindableDouble { MinValue = 0, MaxValue = 1 };
|
public readonly BindableDouble Health = new BindableDouble(1) { MinValue = 0, MaxValue = 1 };
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The current combo.
|
/// The current combo.
|
||||||
|
Loading…
Reference in New Issue
Block a user