1
0
Fork 0

fix scale in upscale copy ctor

This commit is contained in:
Sean Sube 2023-04-01 14:59:59 -05:00
parent 89c3b2a403
commit e4f55af380
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -312,8 +312,8 @@ class UpscaleParams:
kwargs.get("format", self.format),
kwargs.get("half", self.half),
kwargs.get("outscale", self.outscale),
kwargs.get("pre_pad", self.pre_pad),
kwargs.get("scale", self.scale),
kwargs.get("pre_pad", self.pre_pad),
kwargs.get("tile_pad", self.tile_pad),
kwargs.get("upscale_order", self.upscale_order),
)