mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 16:27:26 +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,
|
||||
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
|
||||
{
|
||||
Depth = -1,
|
||||
|
Loading…
Reference in New Issue
Block a user