This commit is contained in:
David Back 2018-02-22 17:54:03 -08:00
parent 083e461eb0
commit ba0ba96d81

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
// before the log file was flushed otherwise. Performance hit here
//qCDebug(glLogging) << "OpenGL: " << message;
qCDebug(glLogging) << "OpenGL: " << message;
}
static void setupPixelFormatSimple(HDC hdc) {