summaryrefslogtreecommitdiff
path: root/js/Sinks/AFFICH_m.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sinks/AFFICH_m.js')
-rw-r--r--js/Sinks/AFFICH_m.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sinks/AFFICH_m.js b/js/Sinks/AFFICH_m.js
index e13fd0ea..6d6e3506 100644
--- a/js/Sinks/AFFICH_m.js
+++ b/js/Sinks/AFFICH_m.js
@@ -39,7 +39,7 @@ function AFFICH_m() {
return options;
}
AFFICH_m.prototype.set = function AFFICH_m() {
- this.in1 = parseFloat((arguments[0]["in1"]))
+ this.in1 = inverse((arguments[0]["in1"]))
this.font = parseFloat((arguments[0]["font"]))
this.fontsize = parseFloat((arguments[0]["fontsize"]))
this.colr = parseFloat((arguments[0]["colr"]))