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:
commit
6c1b3cf1a5
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user