Allow miss explosions to be displayed

This commit is contained in:
Bartłomiej Dach 2020-09-20 16:26:33 +02:00
parent 1c7556ea5d
commit 4072abaed8
1 changed files with 0 additions and 3 deletions

View File

@ -205,9 +205,6 @@ internal void OnNewResult(DrawableHitObject judgedObject, JudgementResult result
X = result.IsHit ? judgedObject.Position.X : 0,
});
if (!result.IsHit)
break;
var type = (judgedObject.HitObject as Hit)?.Type ?? HitType.Centre;
addExplosion(judgedObject, type);