mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 06:18:52 +02:00
tabs!
This commit is contained in:
parent
b7d8b92fb5
commit
8c5aab7fa0
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ GLint GLBackend::getRealUniformLocation(GLint location) const {
|
||||||
// uniforms. If someone is requesting a uniform that isn't in the remapping structure
|
// uniforms. If someone is requesting a uniform that isn't in the remapping structure
|
||||||
// that's a bug from the calling code, because it means that location wasn't in the
|
// that's a bug from the calling code, because it means that location wasn't in the
|
||||||
// reflection
|
// reflection
|
||||||
qWarning() << "Unexpected location requested for shader: #" << location;
|
qWarning() << "Unexpected location requested for shader: #" << location;
|
||||||
return INVALID_UNIFORM_INDEX;
|
return INVALID_UNIFORM_INDEX;
|
||||||
}
|
}
|
||||||
return itr->second;
|
return itr->second;
|
||||||
|
|
Loading…
Reference in a new issue