shot:: AA now affects vid.fsize

This commit is contained in:
Zeno Rogue 2022-04-12 12:55:11 +02:00
parent e2cf3c0752
commit b9532031e4
1 changed files with 1 additions and 0 deletions

View File

@ -794,6 +794,7 @@ EX void take(string fname, const function<void()>& what IS(default_screenshot_co
set_shotx();
vid.xres = shotx * multiplier;
vid.yres = shoty * multiplier;
vid.fsize *= multiplier;
calcparam();
models::configure();
callhooks(hooks_take);