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

@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.UI.Scrolling
[Resolved]
private IScrollingInfo scrollingInfo { get; set; }
private Cached initialStateCache = new Cached();
private readonly Cached initialStateCache = new Cached();
public ScrollingHitObjectContainer()
{