mirror of
https://github.com/overte-org/overte.git
synced 2025-04-09 05:53:25 +02:00
Fix call order
This commit is contained in:
parent
597312ff45
commit
d9baa337d8
1 changed files with 1 additions and 1 deletions
|
@ -175,8 +175,8 @@ void Head::computeEyePosition() {
|
|||
|
||||
void Head::simulate(float deltaTime) {
|
||||
computeAudioLoudness(deltaTime);
|
||||
computeFaceMovement(deltaTime);
|
||||
computeEyeMovement(deltaTime);
|
||||
computeFaceMovement(deltaTime);
|
||||
computeEyePosition();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue