Sampler Order Loading Fix

This commit is contained in:
Henk 2022-11-14 16:59:53 +01:00
parent a66e1443fd
commit 13dff68de8
1 changed files with 1 additions and 1 deletions

View File

@ -1155,7 +1155,7 @@ def processsettings(js):
if("andepth" in js):
vars.andepth = js["andepth"]
if("sampler_order" in js):
sampler_order = vars.sampler_order
sampler_order = js["sampler_order"]
if(len(sampler_order) < 7):
sampler_order = [6] + sampler_order
vars.sampler_order = sampler_order