mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +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 = nullptr;
|
||||
}
|
||||
ResourceCache::requestCompleted(_self);
|
||||
TextureCache::requestCompleted(_self);
|
||||
}
|
||||
|
||||
Resource::refresh();
|
||||
|
|
Loading…
Reference in a new issue