diff --git a/src/texpool.cpp b/src/texpool.cpp index 19dbde9..da8aa85 100644 --- a/src/texpool.cpp +++ b/src/texpool.cpp @@ -196,7 +196,6 @@ void TexPool::release(TEXFBO &obj) CNodeList &bucket = p->poolHash[size]; bucket.append(cnode); - p->memSize += byteCount(size); ++p->objCount; // qDebug() << "TexPool: (" << obj.width << obj.height << ") Current size:" << p->memSize;