mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 17:53:53 +08:00
Spell out location of external proxy explicitly
This commit is contained in:
parent
f069f982d4
commit
8463f5c7dd
@ -90,7 +90,8 @@ namespace osu.Game.Rulesets.Mania.UI
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
},
|
||||
// For input purposes, the background is added at the highest depth, but is then proxied back below all other elements externally.
|
||||
// For input purposes, the background is added at the highest depth, but is then proxied back below all other elements externally
|
||||
// (see `Stage.columnBackgrounds`).
|
||||
BackgroundContainer,
|
||||
TopLevelContainer,
|
||||
new ColumnTouchInputArea(this)
|
||||
|
Loading…
Reference in New Issue
Block a user