mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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;
|
||||
|
||||
if (_owningAvatar) {
|
||||
_owningAvatar->getAudioLoudness();
|
||||
audioLoudness = _owningAvatar->getAudioLoudness();
|
||||
}
|
||||
|
||||
// Update audio trailing average for rendering facial animations
|
||||
|
|
Loading…
Reference in a new issue