diff --git a/src/Fbx2Raw.cpp b/src/Fbx2Raw.cpp index 297cc56..fa74e37 100644 --- a/src/Fbx2Raw.cpp +++ b/src/Fbx2Raw.cpp @@ -495,7 +495,7 @@ public: const FbxDouble defaultDeform; // one for each FbxShape - std::vector targetShapes {}; + std::vector targetShapes {}; // always the size of the scene's animation stack; can and will contain nulls std::vector animations {};