mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 13:22:55 +08:00
These method calls are impure.
This commit is contained in:
parent
953cf5af58
commit
ce7d391f06
@ -18,7 +18,7 @@ namespace osu.Game.Graphics
|
|||||||
private readonly Sprite spriteShadow;
|
private readonly Sprite spriteShadow;
|
||||||
private readonly Sprite spriteMain;
|
private readonly Sprite spriteMain;
|
||||||
|
|
||||||
private readonly Cached layout = new Cached();
|
private Cached layout = new Cached();
|
||||||
private readonly Container shadowVisibility;
|
private readonly Container shadowVisibility;
|
||||||
|
|
||||||
public SpriteIcon()
|
public SpriteIcon()
|
||||||
|
Loading…
Reference in New Issue
Block a user