mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-02 10:48:04 +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();
|
||||
vid.xres = shotx * multiplier;
|
||||
vid.yres = shoty * multiplier;
|
||||
vid.fsize *= multiplier;
|
||||
calcparam();
|
||||
models::configure();
|
||||
callhooks(hooks_take);
|
||||
|
Reference in New Issue
Block a user