mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 16:52:28 +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->setPosition(headPosition);
|
||||
head->setScale(getUniformScale());
|
||||
head->simulate(deltaTime, false, _shouldAnimate);
|
||||
head->simulate(deltaTime, false, !_shouldAnimate);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue