1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 19:27:24 +08:00

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

View File

@ -205,9 +205,6 @@ namespace osu.Game.Rulesets.Taiko.UI
X = result.IsHit ? judgedObject.Position.X : 0, X = result.IsHit ? judgedObject.Position.X : 0,
}); });
if (!result.IsHit)
break;
var type = (judgedObject.HitObject as Hit)?.Type ?? HitType.Centre; var type = (judgedObject.HitObject as Hit)?.Type ?? HitType.Centre;
addExplosion(judgedObject, type); addExplosion(judgedObject, type);