1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 01:52:55 +08:00

Merge remote-tracking branch 'origin/AR_Catch' into AR_Catch

This commit is contained in:
Hanamuke 2018-09-30 16:09:27 +02:00
commit 6c1b3cf1a5

View File

@ -32,6 +32,8 @@ namespace osu.Game.Rulesets.UI.Scrolling
private Cached initialStateCache = new Cached(); private Cached initialStateCache = new Cached();
private readonly ISpeedChangeVisualiser speedChangeVisualiser;
public ScrollingHitObjectContainer(SpeedChangeVisualisationMethod visualisationMethod) public ScrollingHitObjectContainer(SpeedChangeVisualisationMethod visualisationMethod)
{ {
RelativeSizeAxes = Axes.Both; RelativeSizeAxes = Axes.Both;
@ -53,8 +55,6 @@ namespace osu.Game.Rulesets.UI.Scrolling
} }
} }
private readonly ISpeedChangeVisualiser speedChangeVisualiser;
public override void Add(DrawableHitObject hitObject) public override void Add(DrawableHitObject hitObject)
{ {
initialStateCache.Invalidate(); initialStateCache.Invalidate();