1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-10 03:33:41 +08:00

Disable FtB pass for particle spewer

This commit is contained in:
smoogipoo
2021-09-21 14:25:44 +09:00
Unverified
parent 9e8d35d8ee
commit bad3f0b1e9
+2
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