diff options
Diffstat (limited to 'js/Events')
-rw-r--r-- | js/Events/MFCLCK_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Events/MFCLCK_f.js b/js/Events/MFCLCK_f.js index ab428ea9..ba118054 100644 --- a/js/Events/MFCLCK_f.js +++ b/js/Events/MFCLCK_f.js @@ -12,7 +12,7 @@ if (ok) { model.ipar=nn; model.rpar=dt; hh=model.firing; -hh[2]=0; +hh[2-1]=0; model.firing=hh; graphics.exprs=exprs; x.graphics=graphics; |