Fix Results Screen After Failing Last Note

Fixes a bug where if you failed on the last hitobject, the AllJudged event will have already been invoked.
This commit is contained in:
Brayzure 2017-11-21 23:00:00 -05:00
parent 7c65048ae5
commit 782a739370

View File

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