mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 11:28:03 +02:00
Merge pull request #13202 from jherico/fix/texture_warnings
Fix logspam from texture transfer code
This commit is contained in:
commit
3d4964559d
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ void GLTextureTransferEngineDefault::populateActiveBufferQueue() {
|
||||||
// Can't find any pending transfers, so move on
|
// Can't find any pending transfers, so move on
|
||||||
if (textureTransferQueue.empty()) {
|
if (textureTransferQueue.empty()) {
|
||||||
if (vargltexture->hasPendingTransfers()) {
|
if (vargltexture->hasPendingTransfers()) {
|
||||||
qWarning(gpugllogging) << "Texture has no transfer jobs, but has pending transfers";
|
// qWarning(gpugllogging) << "Texture " << gltexture->_id << "(" << texture->source().c_str() << ") has no transfer jobs, but has pending transfers" ;
|
||||||
}
|
}
|
||||||
itr = _pendingTransfersMap.erase(itr);
|
itr = _pendingTransfersMap.erase(itr);
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in a new issue