Add missing member initializer.

pull/5007/head
Marc-Antoine Lortie 2023-03-12 13:26:50 -04:00
parent 054dacd068
commit 4c015077b8
1 changed files with 2 additions and 1 deletions

View File

@ -206,7 +206,8 @@ private:
TempBone() :
node(nullptr),
absolute_transform(),
offset_matrix() {}
offset_matrix(),
children() {}
aiNode *node;
aiMatrix4x4 absolute_transform;