From ce7d391f06f9d52762f931b4d05e34bf4828bd20 Mon Sep 17 00:00:00 2001 From: smoogipooo Date: Mon, 7 Aug 2017 13:37:07 +0900 Subject: [PATCH] These method calls are impure. --- osu.Game/Graphics/SpriteIcon.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Graphics/SpriteIcon.cs b/osu.Game/Graphics/SpriteIcon.cs index 30125330c8..d49814952c 100644 --- a/osu.Game/Graphics/SpriteIcon.cs +++ b/osu.Game/Graphics/SpriteIcon.cs @@ -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()