mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 05:09:58 +08:00
Fix weird purple tint on placement object in timeline
This commit is contained in:
@@ -83,7 +83,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
||||
{
|
||||
placementBlueprint = CreateBlueprintFor(obj.NewValue).AsNonNull();
|
||||
|
||||
placementBlueprint.Colour = Color4.MediumPurple;
|
||||
placementBlueprint.Colour = OsuColour.Gray(0.9f);
|
||||
|
||||
SelectionBlueprints.Add(placementBlueprint);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user