Forgot to uncomment isBinary

pull/1640/head
Alexis Breust 2017-12-15 15:40:31 +01:00
parent d29173aaa9
commit 32e5e3a576
1 changed files with 1 additions and 1 deletions

View File

@ -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)