mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 02:36:54 +02:00
Minor typo fix
Minor typo fix
This commit is contained in:
parent
53f24954e0
commit
3a75a6f920
1 changed files with 2 additions and 2 deletions
|
@ -73,8 +73,8 @@ function mousePressEvent(event) {
|
||||||
// switch to independent mode
|
// switch to independent mode
|
||||||
Camera.mode = "independent";
|
Camera.mode = "independent";
|
||||||
|
|
||||||
// tell the camera to fix it's look at on the point we clicked
|
// tell the camera to fix it's look at on the point we clicked
|
||||||
- //Camera.keepLookingAt(intersection.intersection);
|
//Camera.keepLookingAt(intersection.intersection);
|
||||||
|
|
||||||
// keep track of the fact that we're in this looking at mode
|
// keep track of the fact that we're in this looking at mode
|
||||||
lookingAtSomething = true;
|
lookingAtSomething = true;
|
||||||
|
|
Loading…
Reference in a new issue