mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 14:50:45 +08:00
Better check for failing state
This commit is contained in:
@@ -49,7 +49,7 @@ namespace osu.Game.Tests.Visual
|
||||
if (!failed)
|
||||
return ScoreProcessor.HasCompleted && !HealthProcessor.HasFailed;
|
||||
|
||||
return ScoreProcessor.JudgedHits > 0 && HealthProcessor.HasFailed;
|
||||
return HealthProcessor.HasFailed;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user