mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 15:59:49 +02:00
Fix my bug, introduced in PR#6012, in which startup position goto got
cancelled out.
This commit is contained in:
parent
ae32b0dc98
commit
6cbeb6e7c3
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ void MyAvatar::reset() {
|
||||||
setEnableRigAnimations(true);
|
setEnableRigAnimations(true);
|
||||||
|
|
||||||
// Reset dynamic state.
|
// Reset dynamic state.
|
||||||
_wasPushing = _isPushing = _isBraking = _billboardValid = _goToPending = _straighteningLean = false;
|
_wasPushing = _isPushing = _isBraking = _billboardValid = _straighteningLean = false;
|
||||||
_skeletonModel.reset();
|
_skeletonModel.reset();
|
||||||
getHead()->reset();
|
getHead()->reset();
|
||||||
_targetVelocity = glm::vec3(0.0f);
|
_targetVelocity = glm::vec3(0.0f);
|
||||||
|
|
Loading…
Reference in a new issue