remove debug

This commit is contained in:
ZappoMan 2014-02-09 23:22:10 -08:00
parent d5447452ae
commit 221a5c75c7

View file

@ -246,7 +246,6 @@ void Camera::lookAt(const glm::vec3& lookAt) {
}
void Camera::keepLookingAt(const glm::vec3& point) {
qDebug() << "Camera::keepLookingAt()... point=" << point.x << ", "<< point.y << ", " << point.z;
lookAt(point);
_isKeepLookingAt = true;
_lookingAt = point;