repo: janusweb
action: commit
revision: 
path_from: 
revision_from: b33802e8fb252567e34cc40943be2153f042de74:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit b33802e8fb252567e34cc40943be2153f042de74
Author: James Baicoianu 
Date:   Tue Oct 31 05:16:19 2017 -0700

    Rename call to updateVectors()

diff --git a/scripts/janusghost.js b/scripts/janusghost.js
index 8d3496fd0a21ac823190442eb4124efcf9fab1cb..
index ..be3a4ccf52945c678e1dfa2a160106e27c4913d0 100644
--- a/scripts/janusghost.js
+++ b/scripts/janusghost.js
@@ -274,7 +274,7 @@ elation.require(['janusweb.janusbase', 'engine.things.leapmotion'], function() {
           this.body.properties.ydir.set(0,1,0);
           this.body.properties.xdir.crossVectors(this.body.properties.ydir, this.body.properties.zdir).normalize();
           this.body.properties.zdir.crossVectors(this.body.properties.xdir, this.body.properties.ydir).normalize();
-          this.body.updateVectors(true);
+          this.body.updateOrientationFromDirvecs();
         }

         if (movedata.avatar) {

-----END OF PAGE-----