1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

removed airbuf debug

This commit is contained in:
Zeno Rogue 2021-06-17 09:42:16 +02:00
parent d12601a538
commit 0c0cc8a006

View File

@ -535,7 +535,7 @@ EX void make_air() {
#endif #endif
#if CAP_SDL #if CAP_SDL
if(anyshiftclick) IMAGESAVE(airbuf->render(), "air.png"); // if(anyshiftclick) IMAGESAVE(airbuf->render(), "air.png");
#endif #endif
rb.reset(); rb.reset();
} }