mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 11:29:56 +08:00
Fix TestSceneDrawableStoryboardSprite not displaying anything
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user