mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-03 20:40:35 +00:00
Remove Interior Object format (DIF)
This commit is contained in:
parent
a868b649ad
commit
b4ea1123dc
99 changed files with 76 additions and 17318 deletions
|
|
@ -946,7 +946,7 @@ void ColladaUtils::exportColladaHeader(TiXmlElement* rootNode)
|
|||
|
||||
TiXmlElement* authoringToolNode = new TiXmlElement("authoring_tool");
|
||||
contributorNode->LinkEndChild(authoringToolNode);
|
||||
TiXmlText* authorText = new TiXmlText(avar("%s %s Interior Exporter", getEngineProductString(), getVersionString()));
|
||||
TiXmlText* authorText = new TiXmlText(avar("%s %s Object Exporter", getEngineProductString(), getVersionString()));
|
||||
authoringToolNode->LinkEndChild(authorText);
|
||||
|
||||
TiXmlElement* commentsNode = new TiXmlElement("comments");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue