mirror of
https://github.com/osukey/osukey.git
synced 2025-05-11 08:37:34 +09:00
Remove unused renderer
This commit is contained in:
parent
745cb0b13a
commit
2eaefcad30
@ -52,9 +52,6 @@ namespace osu.Game.Graphics.Backgrounds
|
|||||||
|
|
||||||
private readonly List<TriangleParticle> parts = new List<TriangleParticle>();
|
private readonly List<TriangleParticle> parts = new List<TriangleParticle>();
|
||||||
|
|
||||||
[Resolved]
|
|
||||||
private IRenderer renderer { get; set; } = null!;
|
|
||||||
|
|
||||||
private Random? stableRandom;
|
private Random? stableRandom;
|
||||||
|
|
||||||
private IShader shader = null!;
|
private IShader shader = null!;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user