1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 02:13:21 +08:00

Don't cache drawable for no reason.

This commit is contained in:
Dean Herbert 2016-11-02 00:53:13 +09:00
parent b86f308af6
commit 774b47c1fe

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()
{