1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-20 18:59:36 +00:00

shot:: hack to work in intra

This commit is contained in:
Zeno Rogue 2021-10-07 13:26:24 +02:00
parent 6605092515
commit b4ffffe6ba

View File

@ -781,6 +781,8 @@ EX void take(string fname, const function<void()>& what IS(default_screenshot_co
if(chg[i]) *anims::aps[i].value = anims::aps[i].last;
});
if(intra::in) what();
dynamicval<videopar> v(vid, vid);
dynamicval<bool> v2(inHighQual, true);
dynamicval<bool> v6(auraNOGL, true);