mirror of
https://github.com/lubosz/overte.git
synced 2025-04-17 00:57:44 +02:00
CR
This commit is contained in:
parent
097e75285a
commit
d090ac4396
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@ void NetworkTexture::ktxMipRequestFinished() {
|
|||
auto extraInfo = _url == _activeUrl ? "" : QString(", %1").arg(_activeUrl.toDisplayString());
|
||||
qCDebug(networking).noquote() << QString("Request finished for %1%2").arg(_url.toDisplayString(), extraInfo);
|
||||
|
||||
if (_ktxResourceState == REQUESTING_MIP) {
|
||||
if (_ktxResourceState == REQUESTING_MIP) {
|
||||
Q_ASSERT(_ktxMipLevelRangeInFlight.first != NULL_MIP_LEVEL);
|
||||
Q_ASSERT(_ktxMipLevelRangeInFlight.second - _ktxMipLevelRangeInFlight.first == 0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue