mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 10:28:57 +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) {
|
||||
_ktxHighMipRequestFinished = true;
|
||||
maybeHandleFinishedInitialLoad();
|
||||
}
|
||||
else if (_ktxResourceState == REQUESTING_MIP) {
|
||||
} else if (_ktxResourceState == REQUESTING_MIP) {
|
||||
Q_ASSERT(_ktxMipLevelRangeInFlight.first != NULL_MIP_LEVEL);
|
||||
TextureCache::requestCompleted(_self);
|
||||
|
||||
|
|
Loading…
Reference in a new issue