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

    Pass delta time to object.update()

diff --git a/scripts/janusbase.js b/scripts/janusbase.js
index 1c998723e1e46c749227948c6cc446219b08bddc..
index ..a563a4919effc4a1415e45ad2254b4726fb9e9f4 100644
--- a/scripts/janusbase.js
+++ b/scripts/janusbase.js
@@ -436,7 +436,7 @@ elation.require(['engine.things.generic', 'utils.template'], function() {
       this.dispatchEvent({type: 'update', data: ev.data});
       var proxy = this.getProxyObject();
       if (typeof proxy.update == 'function') {
-        proxy.update();
+        proxy.update(ev.data);
       }
     }
     this.updateOrientationFromDirvecs = (function() {

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