From 4c35187ca5a03e251a294de3a1f0128b0ab93c3a Mon Sep 17 00:00:00 2001 From: MayNL Date: Tue, 31 Mar 2026 13:19:18 -0400 Subject: [PATCH] Fix for CustomSkinEditor not saving changes --- PCK-Studio/Forms/Editor/CustomSkinEditor.cs | 1 + 1 file changed, 1 insertion(+) 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)