mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 18:44:00 +02:00
Fix ResourceCache warning on OSX
This commit is contained in:
parent
40e9f9025f
commit
4bc92c025d
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