1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:07:23 +08:00

Spell out location of external proxy explicitly

This commit is contained in:
Bartłomiej Dach 2023-06-07 21:50:16 +02:00
parent f069f982d4
commit 8463f5c7dd
No known key found for this signature in database

View File

@ -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)