mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +00:00
Disable OpenGL debug messages
This commit is contained in:
parent
2500ffe780
commit
c0089a54f2
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#define ENABLE_GL_DEBUG 1
|
||||
#define ENABLE_GL_DEBUG 0
|
||||
#define ENABLE_GL_DEBUG_VERBOSE 0
|
||||
#if ENABLE_GL_DEBUG
|
||||
#include <GLES3/gl32.h>
|
||||
|
|
Loading…
Reference in a new issue