Fix missed issues

This commit is contained in:
Dean Herbert
2020-01-31 21:36:19 +09:00
parent 19f516e710
commit a66cdee5e9
2 changed files with 5 additions and 2 deletions

View File

@ -13,7 +13,7 @@ namespace osu.Game.Screens
[Cached]
private BackgroundScreenStack backgroundScreenStack;
private ParallaxContainer parallaxContainer;
private readonly ParallaxContainer parallaxContainer;
protected float ParallaxAmount => parallaxContainer.ParallaxAmount;