mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-26 00:55:10 +02:00
Fixing warnings
This commit is contained in:
parent
2b5ed86a62
commit
07ccbc6f82
1 changed files with 0 additions and 1 deletions
|
@ -456,7 +456,6 @@ void GL45Backend::derezTextures() const {
|
||||||
qDebug() << "Allowed texture memory " << Texture::getAllowedGPUMemoryUsage();
|
qDebug() << "Allowed texture memory " << Texture::getAllowedGPUMemoryUsage();
|
||||||
qDebug() << "Used texture memory " << Context::getTextureGPUMemoryUsage();
|
qDebug() << "Used texture memory " << Context::getTextureGPUMemoryUsage();
|
||||||
|
|
||||||
auto& textureMap = texturesByMipCounts;
|
|
||||||
GL45Texture* targetTexture = nullptr;
|
GL45Texture* targetTexture = nullptr;
|
||||||
{
|
{
|
||||||
auto& textures = texturesByMipCounts[mipLevel];
|
auto& textures = texturesByMipCounts[mipLevel];
|
||||||
|
|
Loading…
Reference in a new issue