summaryrefslogtreecommitdiff
path: root/js/Linear/DLSS_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Linear/DLSS_f.js')
-rw-r--r--js/Linear/DLSS_f.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/Linear/DLSS_f.js b/js/Linear/DLSS_f.js
index 0f1cf562..4afd0f91 100644
--- a/js/Linear/DLSS_f.js
+++ b/js/Linear/DLSS_f.js
@@ -26,6 +26,11 @@ function DLSS_f() {
DLSS_f.prototype.get = function DLSS_f() {
}
DLSS_f.prototype.set = function DLSS_f() {
+ this.A = parseFloat((arguments[0]["A"]))
+ this.B = parseFloat((arguments[0]["B"]))
+ this.C = parseFloat((arguments[0]["C"]))
+ this.D = parseFloat((arguments[0]["D"]))
+ this.x0 = parseFloat((arguments[0]["x0"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;