diff --git a/include/assimp.hpp b/include/assimp.hpp index 1d254551b..8ee947cac 100644 --- a/include/assimp.hpp +++ b/include/assimp.hpp @@ -222,7 +222,7 @@ public: * @see SetPropertyInteger() */ void SetPropertyBool(const char* szName, bool value, bool* bWasExisting = NULL) { - SetPropertyInteger(szName,value); + SetPropertyInteger(szName,value,bWasExisting); } // -------------------------------------------------------------------