mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Add min/max constraints to HealthDisplay.
This commit is contained in:
@ -14,7 +14,7 @@ namespace osu.Game.Modes.UI
|
||||
private Box background;
|
||||
private Box fill;
|
||||
|
||||
public BindableDouble Current = new BindableDouble();
|
||||
public BindableDouble Current = new BindableDouble() { MinValue = 0, MaxValue = 1 };
|
||||
|
||||
public HealthDisplay()
|
||||
{
|
||||
|
Reference in New Issue
Block a user