fix smooth rendering box incongruency on reload

Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
This commit is contained in:
Victor Seiji Hariki 2022-12-06 18:22:22 -03:00
parent 55de66a127
commit 7bc0549337

View file

@ -113,6 +113,7 @@ function startup() {
drawBackground();
changeSampler();
changeMaskBlur();
changeSmoothRendering();
changeSeed();
changeHiResFix();
}