mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Remove gl error logging
This commit is contained in:
parent
4e58341631
commit
7cab70deba
1 changed files with 1 additions and 3 deletions
|
@ -259,9 +259,7 @@ void GLBackend::do_setResourceTexture(const Batch& batch, size_t paramOffset) {
|
|||
glActiveTexture(GL_TEXTURE0 + slot);
|
||||
glBindTexture(target, to);
|
||||
|
||||
if (CHECK_GL_ERROR()) {
|
||||
qDebug() << "slot: " << slot << ", target: " << target << ", to: " << to;
|
||||
}
|
||||
(void) CHECK_GL_ERROR();
|
||||
|
||||
_resource._textures[slot] = resourceTexture;
|
||||
|
||||
|
|
Loading…
Reference in a new issue