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
commit 00df32b6de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,8 +224,8 @@ namespace osu.Game.Rulesets.Scoring
OnNewJudgement(judgement);
updateScore();
NotifyNewJudgement(judgement);
UpdateFailed();
NotifyNewJudgement(judgement);
}
protected void RemoveJudgement(Judgement judgement)