1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-05 20:24:45 +08:00

Don't cache drawable for no reason.

This commit is contained in:
Dean Herbert
2016-11-02 00:53:13 +09:00
Unverified
parent b86f308af6
commit 774b47c1fe
+1 -1
View File
@@ -90,7 +90,7 @@ namespace osu.Game.Overlays
activeMode.Invalidate();
}
private Cached<Drawable> activeMode = new Cached<Drawable>();
private Cached activeMode = new Cached();
protected override void UpdateLayout()
{