fix placement of xml ReadEndElement()

This commit is contained in:
UbitUmarov
2017-07-16 06:10:24 +01:00
parent 2f9222bec3
commit 59de8fbba0

View File

@@ -110,9 +110,8 @@ namespace OpenSim.Region.Framework.Scenes.Serialization
}
}
while (reader.ReadToNextSibling("Part"));
}
reader.ReadEndElement();
}
if (reader.Name == "KeyframeMotion" && reader.NodeType == XmlNodeType.Element)
{