mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 04:08:13 +02:00
woops
This commit is contained in:
parent
5a1652e905
commit
a279819014
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