repo: janusweb action: commit revision: path_from: revision_from: c05dc60ca49632bbc37552abd6326950473051ab: path_to: revision_to:
commit c05dc60ca49632bbc37552abd6326950473051ab Author: James BaicoianuDate: Sun Dec 24 04:25:23 2017 -0800 Clone Vector instead of Proxy diff --git a/scripts/janusbase.js b/scripts/janusbase.js
--- a/scripts/janusbase.js
+++ b/scripts/janusbase.js
@@ -416,9 +416,9 @@ elation.require(['engine.things.generic', 'utils.template'], function() {
this.handleFrameStart = function() {
this.resetFrameUpdates();
if (!this.lastframerotation) {
- this.lastframerotation = this.rotation.clone();
+ this.lastframerotation = this.properties.rotation.clone();
} else {
- this.lastframerotation.copy(this.rotation);
+ this.lastframerotation.copy(this.properties.rotation);
}
}
this.handleFrameUpdates = function(ev) {
-----END OF PAGE-----