diff options
Diffstat (limited to 'js/Events/END_c.js')
-rw-r--r-- | js/Events/END_c.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Events/END_c.js b/js/Events/END_c.js index d0ff0d9b..1dbf3c9c 100644 --- a/js/Events/END_c.js +++ b/js/Events/END_c.js @@ -20,6 +20,7 @@ function END_c() { END_c.prototype.get = function END_c() { } END_c.prototype.set = function END_c() { + this.tf = parseFloat((arguments[0]["tf"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; |