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:
parent
b86f308af6
commit
774b47c1fe
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user