mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 22:07:34 +02:00
Disabling glDebug
This commit is contained in:
parent
1ba8b89439
commit
a7b039fbb9
1 changed files with 2 additions and 2 deletions
|
@ -174,8 +174,8 @@ void GLBackend::checkGLError() {
|
|||
}
|
||||
}
|
||||
|
||||
#define CHECK_GL_ERROR() ::gpu::GLBackend::checkGLError()
|
||||
//#define CHECK_GL_ERROR()
|
||||
//#define CHECK_GL_ERROR() ::gpu::GLBackend::checkGLError()
|
||||
#define CHECK_GL_ERROR()
|
||||
|
||||
void GLBackend::do_draw(Batch& batch, uint32 paramOffset) {
|
||||
updateInput();
|
||||
|
|
Loading…
Reference in a new issue