AddSkinPrompt - Fix Custom skin editor not having anim flag properly set

This commit is contained in:
miku-666
2024-12-22 12:10:36 +01:00
parent a222b2c19c
commit 496de5fbbe

View File

@@ -28,7 +28,7 @@ namespace PckStudio.Forms.Additional_Popups
public AddSkinPrompt()
{
InitializeComponent();
newSkin = new Skin("", Resources.classic_template);
newSkin = new Skin("", new SkinANIM(SkinAnimMask.RESOLUTION_64x64), Resources.classic_template, Enumerable.Empty<SkinBOX>(), Enumerable.Empty<SkinPartOffset>());
}
private void SetNewTexture(Image img)