mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 06:38:29 +02:00
fixing template bracket issues
This commit is contained in:
parent
99eb46f218
commit
1eb49d3763
2 changed files with 4 additions and 4 deletions
|
@ -178,8 +178,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