Added SubPCK support for CorrectSkinDecimals

This commit is contained in:
MattNL
2022-11-29 00:02:45 -05:00
parent ae4222a0ab
commit 33d903d6c8

View File

@@ -2087,6 +2087,7 @@ namespace PckStudio
file.properties[file.properties.IndexOf(p)] = (p.property, p.value.Replace(',','.'));
}
ReloadMetaTreeView();
if (IsSubPCKNode(t.FullPath)) RebuildSubPCK(t);
saved = false;
}
}