Update cached usage in line with framework changes

This commit is contained in:
Dean Herbert
2019-08-09 19:12:29 +09:00
parent 07cf9f319c
commit 90b1fe81f3
9 changed files with 12 additions and 12 deletions

View File

@ -75,7 +75,7 @@ namespace osu.Game.Screens.Play
return base.Invalidate(invalidation, source, shallPropagate);
}
private Cached layout = new Cached();
private readonly Cached layout = new Cached();
private ScheduledDelegate scheduledCreate;
protected override void Update()