mirror of
https://github.com/ppy/osu
synced 2025-01-19 12:30:50 +00:00
Add newline
This commit is contained in:
parent
1d38fa29b5
commit
35a7226cd8
@ -39,7 +39,8 @@ namespace osu.Game.Screens.Play.HUD
|
||||
|
||||
private void onNewJudgement(JudgementResult judgement)
|
||||
{
|
||||
if (judgement.IsHit && judgement.Type != HitResult.IgnoreHit) Flash(judgement);
|
||||
if (judgement.IsHit && judgement.Type != HitResult.IgnoreHit)
|
||||
Flash(judgement);
|
||||
}
|
||||
|
||||
protected override void Dispose(bool isDisposing)
|
||||
|
Loading…
Reference in New Issue
Block a user