diff options
Diffstat (limited to 'js/Linear/DLSS.js')
-rw-r--r-- | js/Linear/DLSS.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/Linear/DLSS.js b/js/Linear/DLSS.js index ee40563b..84af36c5 100644 --- a/js/Linear/DLSS.js +++ b/js/Linear/DLSS.js @@ -26,6 +26,11 @@ function DLSS() { DLSS.prototype.get = function DLSS() { } DLSS.prototype.set = function DLSS() { + 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; |