1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 14:57:52 +08:00

These method calls are impure.

This commit is contained in:
smoogipooo 2017-08-07 13:37:07 +09:00
parent 953cf5af58
commit ce7d391f06

View File

@ -18,7 +18,7 @@ namespace osu.Game.Graphics
private readonly Sprite spriteShadow;
private readonly Sprite spriteMain;
private readonly Cached layout = new Cached();
private Cached layout = new Cached();
private readonly Container shadowVisibility;
public SpriteIcon()