This commit is contained in:
Hanamuke
2018-09-19 18:43:39 +02:00
parent e7d78b94ae
commit 309d8c8cb4
4 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,6 @@
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.Allocation;
using osu.Framework.Caching;
using osu.Framework.Configuration;
using osu.Framework.Graphics;
@ -54,7 +53,7 @@ namespace osu.Game.Rulesets.UI.Scrolling
}
}
private ISpeedChangeVisualiser speedChangeVisualiser;
private readonly ISpeedChangeVisualiser speedChangeVisualiser;
public override void Add(DrawableHitObject hitObject)
{