mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-22 23:17:04 +00:00
shot:: AA now affects vid.fsize
This commit is contained in:
parent
e2cf3c0752
commit
b9532031e4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user