mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 09:23:17 +02:00
fix the doppelganger
This commit is contained in:
parent
6c6131c7b3
commit
759fac228c
1 changed files with 2 additions and 1 deletions
|
@ -773,8 +773,8 @@ bool RenderableModelEntityItem::setAbsoluteJointRotationInObjectFrame(int index,
|
|||
_absoluteJointRotationsInObjectFrameSet[index] = true;
|
||||
_absoluteJointRotationsInObjectFrameDirty[index] = true;
|
||||
result = true;
|
||||
_needsJointSimulation = true;
|
||||
}
|
||||
_needsJointSimulation = true;
|
||||
});
|
||||
return result;
|
||||
}
|
||||
|
@ -789,6 +789,7 @@ bool RenderableModelEntityItem::setAbsoluteJointTranslationInObjectFrame(int ind
|
|||
_absoluteJointTranslationsInObjectFrameSet[index] = true;
|
||||
_absoluteJointTranslationsInObjectFrameDirty[index] = true;
|
||||
result = true;
|
||||
_needsJointSimulation = true;
|
||||
}
|
||||
});
|
||||
return result;
|
||||
|
|
Loading…
Reference in a new issue