Removed glFlush call from KRTextureManager, which is not needed after Kraken refactor.

This commit is contained in:
2022-07-20 21:35:48 -07:00
parent e1342ab836
commit 7e8b5cb830

View File

@@ -432,8 +432,6 @@ void KRTextureManager::balanceTextureMemory(long &memoryRemaining, long &memoryR
//} //}
} }
glFlush();
//long streamerTime = getContext().getAbsoluteTimeMilliseconds() - startTime; //long streamerTime = getContext().getAbsoluteTimeMilliseconds() - startTime;
//fprintf(stderr, "%i / %i\n", (int)minMipTime, (int)streamerTime); //fprintf(stderr, "%i / %i\n", (int)minMipTime, (int)streamerTime);