mirror of
https://github.com/ppy/osu.git
synced 2025-01-07 20:42:54 +08:00
Fix failing test
This commit is contained in:
parent
cee16e9419
commit
517f547590
@ -130,7 +130,7 @@ namespace osu.Game.Tests.Gameplay
|
|||||||
switch (global)
|
switch (global)
|
||||||
{
|
{
|
||||||
case GlobalSkinConfiguration.ComboColours:
|
case GlobalSkinConfiguration.ComboColours:
|
||||||
return SkinUtils.As<TValue>(new Bindable<List<Color4>>(ComboColours));
|
return SkinUtils.As<TValue>(new Bindable<IReadOnlyList<Color4>>(ComboColours));
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user