Merge branch 'task/update-tinyxml' of https://github.com/lukaspj/Torque3D into EngineAssetify_Followups_XML2Check

This commit is contained in:
AzaezelX 2021-07-31 17:12:44 -05:00
commit c43cee13ab
323 changed files with 24152 additions and 18414 deletions

View file

@ -2295,14 +2295,6 @@ void TSShapeConstructor::ChangeSet::write(TSShape* shape, Stream& stream, const
}
}
TiXmlElement *createNodeWithText( const char* name, const char* text )
{
TiXmlElement* node = new TiXmlElement( name );
node->LinkEndChild( new TiXmlText( text ) );
return node;
}
void TSShapeConstructor::ChangeSet::add( TSShapeConstructor::ChangeSet::Command& cmd )
{
// Lookup the command type