repo: janusweb
action: commit
revision: 
path_from: 
revision_from: c05dc60ca49632bbc37552abd6326950473051ab:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit c05dc60ca49632bbc37552abd6326950473051ab
Author: James Baicoianu 
Date:   Sun Dec 24 04:25:23 2017 -0800

    Clone Vector instead of Proxy

diff --git a/scripts/janusbase.js b/scripts/janusbase.js
index dc3975e956ce8c7b6c9adb6bc992d79400dca0fd..
index ..1c998723e1e46c749227948c6cc446219b08bddc 100644
--- 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-----