mirror of
https://github.com/osukey/osukey.git
synced 2025-06-15 00:08:01 +09:00
Fix weird purple tint on placement object in timeline
This commit is contained in:
parent
8d925c8a8a
commit
9563d4f730
@ -83,7 +83,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
|||||||
{
|
{
|
||||||
placementBlueprint = CreateBlueprintFor(obj.NewValue).AsNonNull();
|
placementBlueprint = CreateBlueprintFor(obj.NewValue).AsNonNull();
|
||||||
|
|
||||||
placementBlueprint.Colour = Color4.MediumPurple;
|
placementBlueprint.Colour = OsuColour.Gray(0.9f);
|
||||||
|
|
||||||
SelectionBlueprints.Add(placementBlueprint);
|
SelectionBlueprints.Add(placementBlueprint);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user