mirror of
https://github.com/ppy/osu
synced 2024-12-26 17:02:59 +00: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…
Reference in New Issue
Block a user