Minor typo fix

Minor typo fix
This commit is contained in:
Chris Collins 2015-01-07 12:57:40 -08:00
parent 53f24954e0
commit 3a75a6f920

View file

@ -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;