mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 21:43:13 +02:00
undo
This commit is contained in:
parent
083e461eb0
commit
ba0ba96d81
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue