Fix for CustomSkinEditor not saving changes

This commit is contained in:
MayNL
2026-03-31 13:19:18 -04:00
parent 1ecfaea64d
commit 4c35187ca5

View File

@@ -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)