Disable FtB pass for particle spewer

This commit is contained in:
smoogipoo 2021-09-21 14:25:44 +09:00
parent 9e8d35d8ee
commit bad3f0b1e9

View File

@ -164,6 +164,8 @@ namespace osu.Game.Graphics
return Vector2Extensions.Transform(new Vector2(x, y), DrawInfo.Matrix);
}
protected override bool CanDrawOpaqueInterior => false;
}
#endregion