mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 17:35:45 +02:00
Need to initialize this to false.
This commit is contained in:
parent
09af6778aa
commit
f709ea61b5
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ QVector<Model::JointState> Model::createJointStates(const FBXGeometry& geometry)
|
|||
JointState state;
|
||||
state.translation = joint.translation;
|
||||
state.rotation = joint.rotation;
|
||||
state.animationDisabled = false;
|
||||
jointStates.append(state);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue