1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:12:54 +08:00

Set a better default colour for timeline blueprints when no colour information is available

This commit is contained in:
Dean Herbert 2022-12-01 17:03:53 +09:00
parent c5bc071c4b
commit f34a79b1a9

View File

@ -165,7 +165,8 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
break;
default:
return;
colour = Color4.Gray;
break;
}
if (IsSelected)