mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Don't cache drawable for no reason.
This commit is contained in:
@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user