mirror of
https://github.com/ppy/osu
synced 2025-03-21 02:17:48 +00: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);
|
null, TextureCoords);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected override bool CanDrawOpaqueInterior => false;
|
||||||
}
|
}
|
||||||
|
|
||||||
private readonly struct ParticlePart
|
private readonly struct ParticlePart
|
||||||
|
@ -164,6 +164,8 @@ namespace osu.Game.Graphics
|
|||||||
|
|
||||||
return Vector2Extensions.Transform(new Vector2(x, y), DrawInfo.Matrix);
|
return Vector2Extensions.Transform(new Vector2(x, y), DrawInfo.Matrix);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected override bool CanDrawOpaqueInterior => false;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
Loading…
Reference in New Issue
Block a user