mirror of
https://github.com/overte-org/overte.git
synced 2025-08-14 03:21:19 +02:00
remove warning about out-of-order-init
This commit is contained in:
parent
ebadebbc87
commit
b0520acea9
1 changed files with 1 additions and 1 deletions
|
@ -46,9 +46,9 @@ protected:
|
|||
|
||||
struct IKTargetVar {
|
||||
IKTargetVar(const QString& jointNameIn, const std::string& positionVarIn, const std::string& rotationVarIn) :
|
||||
jointName(jointNameIn),
|
||||
positionVar(positionVarIn),
|
||||
rotationVar(rotationVarIn),
|
||||
jointName(jointNameIn),
|
||||
jointIndex(-1),
|
||||
hasPerformedJointLookup(false) {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue