mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 20:40:59 +08:00
Do not generate new judgement line on miss
This commit is contained in:
@@ -99,6 +99,9 @@ namespace osu.Game.Screens.Play.HUD
|
||||
|
||||
public void OnNewJudgement(JudgementResult judgement)
|
||||
{
|
||||
if (!judgement.IsHit)
|
||||
return;
|
||||
|
||||
Container judgementLine;
|
||||
|
||||
Add(judgementLine = CreateJudgementLine(judgement));
|
||||
|
||||
Reference in New Issue
Block a user