disable gl debugging by default

This commit is contained in:
espes 2015-07-14 01:55:05 +10:00
parent 15c5e94319
commit 213767cee5
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
# define NV2A_DPRINTF(format, ...) do { } while (0)
#endif
#define DEBUG_NV2A_GL
// #define DEBUG_NV2A_GL
#ifdef DEBUG_NV2A_GL
static void gl_debug_message(bool cc, const char *fmt, ...)