mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 08:03:52 +09:00
Remove explicit autosize
This commit is contained in:
@ -140,7 +140,7 @@ namespace osu.Game.Skinning
|
|||||||
|
|
||||||
if (texture != null && animatable)
|
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++)
|
for (int i = 1; texture != null; i++)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user