# bugfix Importer::SetPropertyBool
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@924 67173fc5-114c-0410-ac8e-9d2fd5bffc1fpull/1/head
parent
0fc965da91
commit
5dd2bc1408
|
@ -222,7 +222,7 @@ public:
|
||||||
* @see SetPropertyInteger()
|
* @see SetPropertyInteger()
|
||||||
*/
|
*/
|
||||||
void SetPropertyBool(const char* szName, bool value, bool* bWasExisting = NULL) {
|
void SetPropertyBool(const char* szName, bool value, bool* bWasExisting = NULL) {
|
||||||
SetPropertyInteger(szName,value);
|
SetPropertyInteger(szName,value,bWasExisting);
|
||||||
}
|
}
|
||||||
|
|
||||||
// -------------------------------------------------------------------
|
// -------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue