1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 00:02:54 +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 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()