Explorar el Código

Update ColladaExporter.cpp

Retrigger travis.
Kim Kulling hace 8 años
padre
commit
b2eb599176
Se han modificado 1 ficheros con 1 adiciones y 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
     endstr = "\n";
 
-    // start writing
+    // start writing the file
     WriteFile();
 }