Explorar o código

Update ColladaExporter.cpp

Retrigger travis.
Kim Kulling %!s(int64=8) %!d(string=hai) anos
pai
achega
b2eb599176
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      code/ColladaExporter.cpp

+ 1 - 1
code/ColladaExporter.cpp

@@ -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();
 }
 }