Fixed missing config property lookup for removal of empty bones.

This commit is contained in:
Kristjan Skutta
2023-06-06 06:16:26 +02:00
parent 02d5ab294c
commit cb86029153
2 changed files with 5 additions and 3 deletions

View File

@@ -133,6 +133,7 @@ public:
/** Maximum number of bones influencing any single vertex. */
unsigned int mMaxWeights;
bool mRemoveEmptyBones;
};
} // end of namespace Assimp