1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 20:40:46 +08:00

Change amount from 0.9f to 0.6f

This commit is contained in:
Arthur Araujo
2025-03-10 16:09:18 -03:00
Unverified
parent 775cdc087e
commit a78868712c
@@ -90,7 +90,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
{
placementBlueprint = CreateBlueprintFor(obj.NewValue).AsNonNull();
placementBlueprint.Colour = OsuColour.Gray(0.9f);
placementBlueprint.Colour = OsuColour.Gray(0.6f);
// TODO: this is out of order, causing incorrect stacking height.
SelectionBlueprints.Add(placementBlueprint);