diff options
Diffstat (limited to 'js/Branching/SWITCH2_m.js')
-rw-r--r-- | js/Branching/SWITCH2_m.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Branching/SWITCH2_m.js b/js/Branching/SWITCH2_m.js index 23bec0e1..ba08a2b6 100644 --- a/js/Branching/SWITCH2_m.js +++ b/js/Branching/SWITCH2_m.js @@ -29,6 +29,10 @@ function SWITCH2_m() { SWITCH2_m.prototype.get = function SWITCH2_m() { } SWITCH2_m.prototype.set = function SWITCH2_m() { + this.ot = parseFloat((arguments[0]["ot"])) + this.rule = parseFloat((arguments[0]["rule"])) + this.thra = parseFloat((arguments[0]["thra"])) + this.nzz = parseFloat((arguments[0]["nzz"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; |