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

@ -93,7 +93,7 @@ namespace osu.Game.Graphics.UserInterface
return base.Invalidate(invalidation, source, shallPropagate);
}
private Cached pathCached = new Cached();
private readonly Cached pathCached = new Cached();
protected override void Update()
{