mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Merge branch 'task/update-tinyxml' of https://github.com/lukaspj/Torque3D into EngineAssetify_Followups_XML2Check
This commit is contained in:
commit
c43cee13ab
323 changed files with 24152 additions and 18414 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue