Fix build on Windows.
No vectors of const objects. Got it. Makes sense.
This commit is contained in:
parent
9ae36088b4
commit
7ecc6e5743
|
@ -495,7 +495,7 @@ public:
|
||||||
const FbxDouble defaultDeform;
|
const FbxDouble defaultDeform;
|
||||||
|
|
||||||
// one for each FbxShape
|
// 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
|
// always the size of the scene's animation stack; can and will contain nulls
|
||||||
std::vector<FbxAnimCurve *> animations {};
|
std::vector<FbxAnimCurve *> animations {};
|
||||||
|
|
Loading…
Reference in New Issue