mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 10:13:15 +02:00
Fix OSX warning in TextureCache
This commit is contained in:
parent
a886963e20
commit
87a685c4f9
1 changed files with 1 additions and 1 deletions
|
@ -705,7 +705,7 @@ void NetworkTexture::refresh() {
|
||||||
_ktxMipRequest->deleteLater();
|
_ktxMipRequest->deleteLater();
|
||||||
_ktxMipRequest = nullptr;
|
_ktxMipRequest = nullptr;
|
||||||
}
|
}
|
||||||
ResourceCache::requestCompleted(_self);
|
TextureCache::requestCompleted(_self);
|
||||||
}
|
}
|
||||||
|
|
||||||
Resource::refresh();
|
Resource::refresh();
|
||||||
|
|
Loading…
Reference in a new issue