mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 07:51:01 +02:00
MyAvatar: coding convention fix for updateEyeContactTarget()
This commit is contained in:
parent
0da3fb8eee
commit
0c200e8c00
1 changed files with 10 additions and 9 deletions
|
@ -339,6 +339,7 @@ void MyAvatar::updateEyeContactTarget(float deltaTime) {
|
|||
_eyeContactTarget = (randFloat() < EYE_TO_MOUTH_CHANCE) ? MOUTH : LEFT_EYE;
|
||||
break;
|
||||
case MOUTH:
|
||||
default:
|
||||
_eyeContactTarget = (randFloat() < FIFTY_FIFTY_CHANCE) ? RIGHT_EYE : LEFT_EYE;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue