From b2eb599176dfa5e98285e992422515455ccf137a Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Mon, 16 Oct 2017 18:51:25 +0200 Subject: [PATCH] Update ColladaExporter.cpp Retrigger travis. --- code/ColladaExporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ColladaExporter.cpp b/code/ColladaExporter.cpp index 691ef9500..53ee07388 100644 --- a/code/ColladaExporter.cpp +++ b/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(); }