mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 21:02:54 +08:00
Moved proxy behaviour to drumroll container
This commit is contained in:
parent
b471a240cc
commit
a9897ba627
@ -195,7 +195,8 @@ namespace osu.Game.Rulesets.Taiko.UI
|
|||||||
{
|
{
|
||||||
Name = "Top level hit objects",
|
Name = "Top level hit objects",
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
}
|
},
|
||||||
|
drumRollHitContainer.CreateProxy()
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -241,7 +242,7 @@ namespace osu.Game.Rulesets.Taiko.UI
|
|||||||
drawableHit = new DrawableFlyingCentreHit(Time.Current, isStrong);
|
drawableHit = new DrawableFlyingCentreHit(Time.Current, isStrong);
|
||||||
|
|
||||||
drumRollHitContainer.Add(drawableHit);
|
drumRollHitContainer.Add(drawableHit);
|
||||||
topLevelHitContainer.Add(drawableHit.CreateProxiedContent());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
internal void OnNewResult(DrawableHitObject judgedObject, JudgementResult result)
|
internal void OnNewResult(DrawableHitObject judgedObject, JudgementResult result)
|
||||||
|
Loading…
Reference in New Issue
Block a user