saving fixes?

This commit is contained in:
2026-01-11 01:20:21 -05:00
parent 5124f77817
commit bd3fdbf930
3 changed files with 10 additions and 9 deletions
-1
View File
@@ -52,7 +52,6 @@ namespace anm2ed::anm2
XMLElement* Anm2::to_element(XMLDocument& document)
{
auto element = document.NewElement("AnimatedActor");
document.InsertFirstChild(element);
info.serialize(document, element);
content.serialize(document, element);