diff --git a/ExportThreeJS.cpp b/ExportThreeJS.cpp
index a8d5031..417bee8 100644
--- a/ExportThreeJS.cpp
+++ b/ExportThreeJS.cpp
@@ -130,7 +130,7 @@ ExportThreeJS::CompressAll( const string& sFile)
return false ;
}
pSource = zip_source_file( pZipper, ( m_sThreeJSLibDir + "\\Controls\\OrbitControlsM.js" ).c_str(), 0, 0) ;
- if ( zip_file_add( pZipper, ( sFileTitle + "\\Lib\\Controls\\OrbitControlsM.js").c_str(), pSource, ZIP_FL_ENC_UTF_8) == -1) {
+ if ( zip_file_add( pZipper, ( sFileTitle + "\\Lib\\Controls\\orbitControlsM.js").c_str(), pSource, ZIP_FL_ENC_UTF_8) == -1) {
EraseFile( sFile) ;
return false ;
}
@@ -523,7 +523,7 @@ ExportThreeJS::HeadAmbient( IEGrScene* pScene, IGeomDB* pGDB, int nId)
m_Writer.OutText( " ") ;
- m_Writer.OutText( "