mirror of
https://github.com/ppy/osu.git
synced 2025-03-24 09:37:19 +08:00
Remove explicit autosize
This commit is contained in:
parent
167a81f40a
commit
5486c77362
@ -140,7 +140,7 @@ namespace osu.Game.Skinning
|
||||
|
||||
if (texture != null && animatable)
|
||||
{
|
||||
var animation = new TextureAnimation { DefaultFrameLength = frametime, AutoSizeAxes = Axes.None };
|
||||
var animation = new TextureAnimation { DefaultFrameLength = frametime };
|
||||
|
||||
for (int i = 1; texture != null; i++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user