1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 11:42:56 +08:00

Add TODO regarding failing stack display code

This commit is contained in:
Dean Herbert 2023-05-17 17:49:04 +09:00
parent 0b25818bd2
commit 214d7e07fa

View File

@ -85,6 +85,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
placementBlueprint.Colour = OsuColour.Gray(0.9f);
// TODO: this is out of order, causing incorrect stacking height.
SelectionBlueprints.Add(placementBlueprint);
}
}