merge repair

This commit is contained in:
ZappoMan 2013-08-14 14:23:13 -07:00
parent 153f444c32
commit d19e2d7490

View file

@ -416,7 +416,7 @@ void Application::paintGL() {
PerfStat("display");
glEnable(GL_LINE_SMOOTH);
if (_myCamera.getMode() == CAMERA_MODE_MIRROR) {
_myCamera.setTightness (100.0f);
_myCamera.setTargetPosition(_myAvatar.getUprightHeadPosition());