diff options
Diffstat (limited to 'js/Events/EVTDLY_c.js')
-rw-r--r-- | js/Events/EVTDLY_c.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Events/EVTDLY_c.js b/js/Events/EVTDLY_c.js index 85707735..eda7037f 100644 --- a/js/Events/EVTDLY_c.js +++ b/js/Events/EVTDLY_c.js @@ -22,6 +22,8 @@ function EVTDLY_c() { EVTDLY_c.prototype.get = function EVTDLY_c() { } EVTDLY_c.prototype.set = function EVTDLY_c() { + this.dt = parseFloat((arguments[0]["dt"])) + this.ff = parseFloat((arguments[0]["ff"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; |