1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Fix TestSceneColumn columns not getting a width

This commit is contained in:
Dean Herbert 2020-04-08 18:04:53 +09:00
parent 6575f589b4
commit e6b87656ba

View File

@ -28,7 +28,9 @@ namespace osu.Game.Rulesets.Mania.Tests
{
typeof(Column),
typeof(ColumnBackground),
typeof(ColumnHitObjectArea)
typeof(ColumnHitObjectArea),
typeof(DefaultKeyArea),
typeof(DefaultHitTarget)
};
[Cached(typeof(IReadOnlyList<Mod>))]
@ -94,6 +96,7 @@ namespace osu.Game.Rulesets.Mania.Tests
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Width = 50,
Height = 0.85f,
AccentColour = Color4.OrangeRed,
Action = { Value = action },