mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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
|
||||
if (textureTransferQueue.empty()) {
|
||||
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);
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue