mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09: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