From 3894fc0cb83202c2b9d1bf4cc9eb291b930c1a20 Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Fri, 7 Feb 2014 17:44:43 -0800 Subject: [PATCH] Minor comment change. --- interface/src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 39e1868dd0..3f32c6be09 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -448,7 +448,7 @@ void Application::paintGL() { _myCamera.setTargetRotation(_myAvatar->getHead().getOrientation()); } else if (_myCamera.getMode() == CAMERA_MODE_FIRST_PERSON) { - _myCamera.setTightness(0.0f); // In first person, camera follows head exactly without delay + _myCamera.setTightness(0.0f); // In first person, camera follows (untweaked) head exactly without delay _myCamera.setTargetPosition(_myAvatar->getHead().calculateAverageEyePosition()); _myCamera.setTargetRotation(_myAvatar->getHead().getCameraOrientation());