mirror of
https://github.com/overte-org/overte.git
synced 2025-06-25 08:29:53 +02:00
Merge pull request #10203 from zfox23/fix/avatarMouthsMoving
Make avatar's mouths move again
This commit is contained in:
commit
ef2cea0d63
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ void Head::simulate(float deltaTime, bool isMine) {
|
||||||
float audioLoudness = 0.0f;
|
float audioLoudness = 0.0f;
|
||||||
|
|
||||||
if (_owningAvatar) {
|
if (_owningAvatar) {
|
||||||
_owningAvatar->getAudioLoudness();
|
audioLoudness = _owningAvatar->getAudioLoudness();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update audio trailing average for rendering facial animations
|
// Update audio trailing average for rendering facial animations
|
||||||
|
|
Loading…
Reference in a new issue