mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 14:43:12 +02:00
Fix ResourceCache warning on OSX
This commit is contained in:
parent
4b0bd80c27
commit
2faa8fb671
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ NetworkTexture::~NetworkTexture() {
|
|||
_ktxMipRequest->deleteLater();
|
||||
_ktxMipRequest = nullptr;
|
||||
}
|
||||
ResourceCache::requestCompleted(_self);
|
||||
TextureCache::requestCompleted(_self);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue