1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 07:49:52 +08:00

Merge pull request #1564 from Brayzure/final-hitobject-fail-fix

Fix results screen displaying after failing on the last hitobject
This commit is contained in:
Dan Balasescu
2017-11-22 18:19:30 +09:00
committed by GitHub
Unverified
+1 -1
View File
@@ -224,8 +224,8 @@ namespace osu.Game.Rulesets.Scoring
OnNewJudgement(judgement);
updateScore();
NotifyNewJudgement(judgement);
UpdateFailed();
NotifyNewJudgement(judgement);
}
protected void RemoveJudgement(Judgement judgement)