mirror of
https://github.com/ppy/osu.git
synced 2024-11-07 21:38:00 +08:00
Merge pull request #14821 from smoogipoo/particle-spewer-disable-ftb
Disable FtB pass for particle spewer
This commit is contained in:
commit
112bfc8cbe
@ -115,6 +115,8 @@ namespace osu.Game.Graphics
|
||||
null, TextureCoords);
|
||||
}
|
||||
}
|
||||
|
||||
protected override bool CanDrawOpaqueInterior => false;
|
||||
}
|
||||
|
||||
private readonly struct ParticlePart
|
||||
|
@ -164,6 +164,8 @@ namespace osu.Game.Graphics
|
||||
|
||||
return Vector2Extensions.Transform(new Vector2(x, y), DrawInfo.Matrix);
|
||||
}
|
||||
|
||||
protected override bool CanDrawOpaqueInterior => false;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
Loading…
Reference in New Issue
Block a user