diff --git a/osu.Game/Graphics/ParticleSpewer.cs b/osu.Game/Graphics/ParticleSpewer.cs index 466bf04369..54a2b1e890 100644 --- a/osu.Game/Graphics/ParticleSpewer.cs +++ b/osu.Game/Graphics/ParticleSpewer.cs @@ -164,6 +164,8 @@ namespace osu.Game.Graphics return Vector2Extensions.Transform(new Vector2(x, y), DrawInfo.Matrix); } + + protected override bool CanDrawOpaqueInterior => false; } #endregion