diff --git a/PCK-Studio/Forms/Editor/CustomSkinEditor.cs b/PCK-Studio/Forms/Editor/CustomSkinEditor.cs index 885b6697..1712aa9d 100644 --- a/PCK-Studio/Forms/Editor/CustomSkinEditor.cs +++ b/PCK-Studio/Forms/Editor/CustomSkinEditor.cs @@ -194,6 +194,7 @@ namespace PckStudio.Forms.Editor // just in case they're not the same instance EditorValue.Anim = renderer3D1.ANIM; DialogResult = DialogResult.OK; + Save(); } private void exportSkinButton_Click(object sender, EventArgs e)