diff --git a/code/ColladaExporter.cpp b/code/ColladaExporter.cpp index e7ce7bb49..f5658bb1d 100644 --- a/code/ColladaExporter.cpp +++ b/code/ColladaExporter.cpp @@ -354,7 +354,7 @@ void ColladaExporter::WriteNode( const aiNode* pNode) for( size_t a = 0; a < pNode->mNumMeshes; ++a ) { // const aiMesh* mesh = mScene->mMeshes[pNode->mMeshes[a]]; - mOutput << startstr << "" << endstr; + mOutput << startstr << "mMeshes[a]) << "\">" << endstr; PushTag(); PopTag();