mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 09:22:54 +08:00
Add comment for why it's not a fill flow
This commit is contained in:
parent
0571bbd555
commit
8ab7a8641b
@ -143,6 +143,7 @@ namespace osu.Game.Screens.Select.Carousel
|
|||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
FillMode = FillMode.Fill,
|
FillMode = FillMode.Fill,
|
||||||
},
|
},
|
||||||
|
// Todo: This should be a fill flow, but has invalidation issues (see https://github.com/ppy/osu-framework/issues/223)
|
||||||
new Container
|
new Container
|
||||||
{
|
{
|
||||||
Depth = -1,
|
Depth = -1,
|
||||||
|
Loading…
Reference in New Issue
Block a user