This commit is contained in:
David Back 2018-02-06 16:33:27 -08:00
parent 5a1652e905
commit a279819014

View file

@ -147,7 +147,7 @@ static void debugMessageCallback(GLenum source, GLenum type, GLuint id, GLenum s
} }
// FIXME For high severity errors, force a sync to the log, since we might crash // FIXME For high severity errors, force a sync to the log, since we might crash
// before the log file was flushed otherwise. Performance hit here // before the log file was flushed otherwise. Performance hit here
//qCDebug(glLogging) << "OpenGL: " << message; qCDebug(glLogging) << "OpenGL: " << message;
} }
static void setupPixelFormatSimple(HDC hdc) { static void setupPixelFormatSimple(HDC hdc) {