mirror of
https://github.com/osukey/osukey.git
synced 2025-05-23 14:37:39 +09: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…
x
Reference in New Issue
Block a user