Explorar el Código

fix bug in sandboax

David Catuhe hace 8 años
padre
commit
9bf902b006
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      sandbox/index.js

+ 1 - 1
sandbox/index.js

@@ -73,7 +73,7 @@
 
             var framingBehavior = currentScene.activeCamera.getBehaviorByName("Framing");
             framingBehavior.framingTime = 0;
-            framingBehavior.elevationReturnTime = -1;
+            framingBehavior.elevationReturnWaitTime = -1;
 
             var bouncingBehavior = currentScene.activeCamera.getBehaviorByName("Bouncing");
             bouncingBehavior.autoTransitionRange = true;