From b4ffffe6ba900e95b09ad8eb17ad128ae453b8df Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 7 Oct 2021 13:26:24 +0200 Subject: [PATCH] shot:: hack to work in intra --- screenshot.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/screenshot.cpp b/screenshot.cpp index c8d67714..00f0759d 100644 --- a/screenshot.cpp +++ b/screenshot.cpp @@ -781,6 +781,8 @@ EX void take(string fname, const function& what IS(default_screenshot_co if(chg[i]) *anims::aps[i].value = anims::aps[i].last; }); + if(intra::in) what(); + dynamicval v(vid, vid); dynamicval v2(inHighQual, true); dynamicval v6(auraNOGL, true);