mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 11:48:09 +02:00
fix references to TextureCache in NetworkTexture
This commit is contained in:
parent
814970c4e2
commit
d9c5997b63
1 changed files with 1 additions and 2 deletions
|
@ -458,8 +458,7 @@ void NetworkTexture::ktxMipRequestFinished() {
|
||||||
if (_ktxResourceState == LOADING_INITIAL_DATA) {
|
if (_ktxResourceState == LOADING_INITIAL_DATA) {
|
||||||
_ktxHighMipRequestFinished = true;
|
_ktxHighMipRequestFinished = true;
|
||||||
maybeHandleFinishedInitialLoad();
|
maybeHandleFinishedInitialLoad();
|
||||||
}
|
} else if (_ktxResourceState == REQUESTING_MIP) {
|
||||||
else if (_ktxResourceState == REQUESTING_MIP) {
|
|
||||||
Q_ASSERT(_ktxMipLevelRangeInFlight.first != NULL_MIP_LEVEL);
|
Q_ASSERT(_ktxMipLevelRangeInFlight.first != NULL_MIP_LEVEL);
|
||||||
TextureCache::requestCompleted(_self);
|
TextureCache::requestCompleted(_self);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue