mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02:00
Merge pull request #10311 from huffman/RC-38-patch
Fix ResourceCache warning on OSX
This commit is contained in:
commit
11ed8c9ce1
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ NetworkTexture::~NetworkTexture() {
|
|||
_ktxMipRequest->deleteLater();
|
||||
_ktxMipRequest = nullptr;
|
||||
}
|
||||
ResourceCache::requestCompleted(_self);
|
||||
TextureCache::requestCompleted(_self);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue