mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 08:27:49 +08:00
Allow miss explosions to be displayed
This commit is contained in:
parent
1c7556ea5d
commit
4072abaed8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user