Disable OpenGL debug log output

This commit is contained in:
Henrik Rydgard 2014-08-23 10:47:32 +02:00
parent 7f4758baae
commit 4231af2c0f

View File

@ -15,7 +15,7 @@ static HWND hWnd; // Holds Our Window Handle
static int xres, yres;
// TODO: Make config?
static bool enableGLDebug = true;
static bool enableGLDebug = false;
void GL_SwapBuffers() {
SwapBuffers(hDC);