mirror of
https://github.com/osukey/osukey.git
synced 2025-06-03 20:07:18 +09: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