mirror of
https://github.com/ppy/osu
synced 2024-12-17 12:25:19 +00:00
Do not generate new judgement line on miss
This commit is contained in:
parent
5e0ac28ca8
commit
3136d46c7f
@ -99,6 +99,9 @@ namespace osu.Game.Screens.Play.HUD
|
|||||||
|
|
||||||
public void OnNewJudgement(JudgementResult judgement)
|
public void OnNewJudgement(JudgementResult judgement)
|
||||||
{
|
{
|
||||||
|
if (!judgement.IsHit)
|
||||||
|
return;
|
||||||
|
|
||||||
Container judgementLine;
|
Container judgementLine;
|
||||||
|
|
||||||
Add(judgementLine = CreateJudgementLine(judgement));
|
Add(judgementLine = CreateJudgementLine(judgement));
|
||||||
|
Loading…
Reference in New Issue
Block a user