mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 21:01:01 +08:00
Allow miss explosions to be displayed
This commit is contained in:
@@ -205,9 +205,6 @@ namespace osu.Game.Rulesets.Taiko.UI
|
||||
X = result.IsHit ? judgedObject.Position.X : 0,
|
||||
});
|
||||
|
||||
if (!result.IsHit)
|
||||
break;
|
||||
|
||||
var type = (judgedObject.HitObject as Hit)?.Type ?? HitType.Centre;
|
||||
|
||||
addExplosion(judgedObject, type);
|
||||
|
||||
Reference in New Issue
Block a user