1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-05 03:47:58 +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
#if CAP_SDL
if(anyshiftclick) IMAGESAVE(airbuf->render(), "air.png");
// if(anyshiftclick) IMAGESAVE(airbuf->render(), "air.png");
#endif
rb.reset();
}