Update ColladaExporter.cpp

Retrigger travis.
pull/1486/head
Kim Kulling 2017-10-16 18:51:25 +02:00 committed by GitHub
parent 44ad80201c
commit b2eb599176
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ ColladaExporter::ColladaExporter( const aiScene* pScene, IOSystem* pIOSystem, co
// set up strings // set up strings
endstr = "\n"; endstr = "\n";
// start writing // start writing the file
WriteFile(); WriteFile();
} }