3
0
Fork 0
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:
Zach Fox 2018-11-08 11:28:07 -08:00 committed by GitHub
parent 811b01816b
commit 1b2593fd26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}