mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
Merge pull request #6062 from howard-stearns/fix-startup-position-failure
fix-startup-position-failure
This commit is contained in:
commit
25685f97eb
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ void MyAvatar::reset() {
|
|||
setEnableRigAnimations(true);
|
||||
|
||||
// Reset dynamic state.
|
||||
_wasPushing = _isPushing = _isBraking = _billboardValid = _goToPending = _straighteningLean = false;
|
||||
_wasPushing = _isPushing = _isBraking = _billboardValid = _straighteningLean = false;
|
||||
_skeletonModel.reset();
|
||||
getHead()->reset();
|
||||
_targetVelocity = glm::vec3(0.0f);
|
||||
|
|
Loading…
Reference in a new issue