mirror of
https://github.com/lubosz/overte.git
synced 2025-04-27 22:15:24 +02:00
CR round 4
This commit is contained in:
parent
811b01816b
commit
1b2593fd26
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ void KtxStorage::assignMipData(uint16 level, const storage::StoragePointer& stor
|
|||
auto& imageDesc = _ktxDescriptor->images[level];
|
||||
if (storage->size() != imageDesc._imageSize) {
|
||||
qWarning() << "Invalid image size: " << storage->size() << ", expected: " << imageDesc._imageSize
|
||||
<< ", level: " << level;
|
||||
<< ", level: " << level << ", filename: " << QString::fromStdString(_filename);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue