diff --git a/libraries/entities-renderer/src/RenderableModelEntityItem.cpp b/libraries/entities-renderer/src/RenderableModelEntityItem.cpp index fa8b0befe1..22b2cffbcb 100644 --- a/libraries/entities-renderer/src/RenderableModelEntityItem.cpp +++ b/libraries/entities-renderer/src/RenderableModelEntityItem.cpp @@ -910,7 +910,7 @@ void ModelEntityRenderer::animate(const TypedEntityPointer& entity) { const QVector& frames = _animation->getFramesReference(); // NOTE: getFrames() is too heavy auto& fbxJoints = _animation->getGeometry().joints; - auto& originalFbxJoints = _model->getFBXGeometry().joints + auto& originalFbxJoints = _model->getFBXGeometry().joints; bool allowTranslation = entity->getAnimationAllowTranslation(); int frameCount = frames.size(); if (frameCount <= 0) {