mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 21:29:33 +02:00
Merge pull request #7035 from howard-stearns/fix-mouth-movement
fix-mouth-movement
This commit is contained in:
commit
f738f2b6f6
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ void Avatar::simulate(float deltaTime) {
|
||||||
Head* head = getHead();
|
Head* head = getHead();
|
||||||
head->setPosition(headPosition);
|
head->setPosition(headPosition);
|
||||||
head->setScale(getUniformScale());
|
head->setScale(getUniformScale());
|
||||||
head->simulate(deltaTime, false, _shouldAnimate);
|
head->simulate(deltaTime, false, !_shouldAnimate);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue