mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-13 21:27:21 +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() << "Used texture memory " << Context::getTextureGPUMemoryUsage();
|
||||
|
||||
auto& textureMap = texturesByMipCounts;
|
||||
GL45Texture* targetTexture = nullptr;
|
||||
{
|
||||
auto& textures = texturesByMipCounts[mipLevel];
|
||||
|
|
Loading…
Reference in a new issue