repo: janusweb action: commit revision: path_from: revision_from: a09cb24067bfb992adcc839c33550b7d5f21b208: path_to: revision_to:
commit a09cb24067bfb992adcc839c33550b7d5f21b208 Author: James BaicoianuDate: Mon Oct 1 18:01:24 2018 -0700 Fixed typo diff --git a/scripts/janusbase.js b/scripts/janusbase.js
--- a/scripts/janusbase.js
+++ b/scripts/janusbase.js
@@ -522,7 +522,7 @@ console.log('got collider', collider, collision_id);
// Scratch variable
var euler = new THREE.Euler();
return function() {
- euler..setFromQuaternion(this.properties.orientation);
+ euler.setFromQuaternion(this.properties.orientation);
return !euler.equals(this.properties.rotation);
}
})();
-----END OF PAGE-----