mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +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
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue