mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 09:17:29 +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() ::gpu::GLBackend::checkGLError()
|
||||||
//#define CHECK_GL_ERROR()
|
#define CHECK_GL_ERROR()
|
||||||
|
|
||||||
void GLBackend::do_draw(Batch& batch, uint32 paramOffset) {
|
void GLBackend::do_draw(Batch& batch, uint32 paramOffset) {
|
||||||
updateInput();
|
updateInput();
|
||||||
|
|
Loading…
Reference in a new issue