mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 14:42:56 +08:00
Compare Health with small value
This commit is contained in:
parent
50c4e788af
commit
1a6c8e91a5
@ -99,7 +99,7 @@ namespace osu.Game.Rulesets.Scoring
|
||||
/// <summary>
|
||||
/// The default conditions for failing.
|
||||
/// </summary>
|
||||
protected virtual bool DefaultFailCondition => Health.Value == Health.MinValue;
|
||||
protected virtual bool DefaultFailCondition => Health.Value < Health.MinValue + 1e-15;
|
||||
|
||||
protected ScoreProcessor()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user