mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 01:02:55 +08:00
Set a better default colour for timeline blueprints when no colour information is available
This commit is contained in:
parent
c5bc071c4b
commit
f34a79b1a9
@ -165,7 +165,8 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
||||
break;
|
||||
|
||||
default:
|
||||
return;
|
||||
colour = Color4.Gray;
|
||||
break;
|
||||
}
|
||||
|
||||
if (IsSelected)
|
||||
|
Loading…
Reference in New Issue
Block a user