removed airbuf debug

This commit is contained in:
Zeno Rogue 2021-06-17 09:42:16 +02:00
parent d12601a538
commit 0c0cc8a006
1 changed files with 1 additions and 1 deletions

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();
}