- silence debug diagnostics for non-test builds

This commit is contained in:
Christoph Oelckers 2020-01-20 00:42:40 +01:00
parent d7d5da93f6
commit ef3ade08d3
2 changed files with 5 additions and 2 deletions

View file

@ -392,8 +392,9 @@ int32_t Anim_Play(const char *fn)
} while (timerGetTicks() < nextframetime);
} while (running);
GLInterface.EnableNonTransparent255(false);
#ifdef DEBUGGINGAIDS
animvpx_print_stats(&codec);
#endif
//
animvpx_restore_glstate();

View file

@ -423,7 +423,9 @@ int32_t Anim_Play(const char *fn)
} while (running);
GLInterface.EnableNonTransparent255(false);
animvpx_print_stats(&codec);
#ifdef DEBUGGINGAIDS
animvpx_print_stats(&codec);
#endif
//
animvpx_restore_glstate();