mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Set a better default colour for timeline blueprints when no colour information is available
This commit is contained in:
@ -165,7 +165,8 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
||||
break;
|
||||
|
||||
default:
|
||||
return;
|
||||
colour = Color4.Gray;
|
||||
break;
|
||||
}
|
||||
|
||||
if (IsSelected)
|
||||
|
Reference in New Issue
Block a user