diff options
Diffstat (limited to 'js/Misc/MEMORY_f.js')
-rw-r--r-- | js/Misc/MEMORY_f.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Misc/MEMORY_f.js b/js/Misc/MEMORY_f.js index d2c40a37..e6b70b35 100644 --- a/js/Misc/MEMORY_f.js +++ b/js/Misc/MEMORY_f.js @@ -23,6 +23,8 @@ function MEMORY_f() { MEMORY_f.prototype.get = function MEMORY_f() { } MEMORY_f.prototype.set = function MEMORY_f() { + this.a = parseFloat((arguments[0]["a"])) + this.inh = parseFloat((arguments[0]["inh"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; |