From 3a75a6f9203374292188142e60ff9c76ecb5f515 Mon Sep 17 00:00:00 2001 From: Chris Collins Date: Wed, 7 Jan 2015 12:57:40 -0800 Subject: [PATCH] Minor typo fix Minor typo fix --- examples/example/avatarcontrol/lookAtExample.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/example/avatarcontrol/lookAtExample.js b/examples/example/avatarcontrol/lookAtExample.js index 8484a82ef1..087cd3fc90 100644 --- a/examples/example/avatarcontrol/lookAtExample.js +++ b/examples/example/avatarcontrol/lookAtExample.js @@ -73,8 +73,8 @@ function mousePressEvent(event) { // switch to independent mode Camera.mode = "independent"; - // tell the camera to fix it's look at on the point we clicked -- //Camera.keepLookingAt(intersection.intersection); + // tell the camera to fix it's look at on the point we clicked + //Camera.keepLookingAt(intersection.intersection); // keep track of the fact that we're in this looking at mode lookingAtSomething = true;