Explorar o código

Forgot to uncomment isBinary

Alexis Breust %!s(int64=7) %!d(string=hai) anos
pai
achega
32e5e3a576
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      code/glTF2Exporter.cpp

+ 1 - 1
code/glTF2Exporter.cpp

@@ -88,7 +88,7 @@ namespace Assimp {
 } // end of namespace Assimp
 
 glTF2Exporter::glTF2Exporter(const char* filename, IOSystem* pIOSystem, const aiScene* pScene,
-                           const ExportProperties* pProperties, bool /*isBinary*/)
+                           const ExportProperties* pProperties, bool isBinary)
     : mFilename(filename)
     , mIOSystem(pIOSystem)
     , mProperties(pProperties)