mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
remove debug
This commit is contained in:
parent
4185faa82a
commit
71789b65e7
1 changed files with 1 additions and 2 deletions
|
@ -109,8 +109,7 @@ void Head::simulate(float deltaTime, bool isMine, bool billboard) {
|
|||
_browAudioLift += sqrtf(_audioAttack) * 0.01f;
|
||||
}
|
||||
_browAudioLift = glm::clamp(_browAudioLift *= 0.7f, 0.0f, 1.0f);
|
||||
qDebug() << _browAudioLift;
|
||||
|
||||
|
||||
const float BLINK_SPEED = 10.0f;
|
||||
const float FULLY_OPEN = 0.0f;
|
||||
const float FULLY_CLOSED = 1.0f;
|
||||
|
|
Loading…
Reference in a new issue