Fix bug where the lookatIndicator would draw and no longer update.

This commit is contained in:
Mark Peng 2013-08-02 18:13:49 -07:00
parent da31cd441e
commit 5ef965018c

View file

@ -2948,7 +2948,7 @@ void Application::displaySide(Camera& whichCamera) {
_myAvatar.render(_lookingInMirror->isChecked(), _renderAvatarBalls->isChecked());
_myAvatar.setDisplayingLookatVectors(_renderLookatOn->isChecked());
if (_renderLookatIndicatorOn->isChecked()) {
if (_renderLookatIndicatorOn->isChecked() && _isLookingAtOtherAvatar) {
renderLookatIndicator(_lookatOtherPosition, whichCamera);
}
}