mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 10:22:55 +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:
commit
00df32b6de
@ -224,8 +224,8 @@ namespace osu.Game.Rulesets.Scoring
|
|||||||
OnNewJudgement(judgement);
|
OnNewJudgement(judgement);
|
||||||
updateScore();
|
updateScore();
|
||||||
|
|
||||||
NotifyNewJudgement(judgement);
|
|
||||||
UpdateFailed();
|
UpdateFailed();
|
||||||
|
NotifyNewJudgement(judgement);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void RemoveJudgement(Judgement judgement)
|
protected void RemoveJudgement(Judgement judgement)
|
||||||
|
Loading…
Reference in New Issue
Block a user