Fix build on Windows.

No vectors of const objects. Got it. Makes sense.
This commit is contained in:
Pär Winzell 2017-11-05 23:08:32 -08:00
parent 9ae36088b4
commit 7ecc6e5743
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ public:
const FbxDouble defaultDeform;
// one for each FbxShape
std::vector<const TargetShape> targetShapes {};
std::vector<TargetShape> targetShapes {};
// always the size of the scene's animation stack; can and will contain nulls
std::vector<FbxAnimCurve *> animations {};