mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-13 20:27:10 +00:00
shot:: AA now affects vid.fsize
This commit is contained in:
@@ -794,6 +794,7 @@ EX void take(string fname, const function<void()>& what IS(default_screenshot_co
|
|||||||
set_shotx();
|
set_shotx();
|
||||||
vid.xres = shotx * multiplier;
|
vid.xres = shotx * multiplier;
|
||||||
vid.yres = shoty * multiplier;
|
vid.yres = shoty * multiplier;
|
||||||
|
vid.fsize *= multiplier;
|
||||||
calcparam();
|
calcparam();
|
||||||
models::configure();
|
models::configure();
|
||||||
callhooks(hooks_take);
|
callhooks(hooks_take);
|
||||||
|
|||||||
Reference in New Issue
Block a user