mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-28 11:18:11 +00:00
AddSkinPrompt - Fix Custom skin editor not having anim flag properly set
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user