1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-25 01:20:37 +00:00

export shot_aa

This commit is contained in:
Zeno Rogue 2019-09-10 09:23:28 +02:00
parent 30988be557
commit f6dfcba8fe

View File

@ -262,7 +262,7 @@ void set_shotx() {
} }
#if CAP_SDL #if CAP_SDL
int shot_aa = 1; EX int shot_aa = 1;
#endif #endif
EX void default_screenshot_content() { EX void default_screenshot_content() {