mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 08:32:57 +08:00
Fix TestSceneDrawableStoryboardSprite
not displaying anything
This commit is contained in:
parent
b5e64d933c
commit
d7129da8ea
@ -180,7 +180,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
layer.Elements.Clear();
|
||||
layer.Add(sprite);
|
||||
|
||||
return storyboard.CreateDrawable();
|
||||
return storyboard.CreateDrawable().With(s => s.RelativeSizeAxes = Axes.Both);
|
||||
}
|
||||
|
||||
private void assertStoryboardSourced()
|
||||
|
Loading…
Reference in New Issue
Block a user