1
0
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:
smoogipoo 2019-08-09 15:25:42 +09:00
parent 167a81f40a
commit 5486c77362

View File

@ -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++)
{