From 1b2593fd2668af50c75a96eae48b0f2102e32d2a Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Thu, 8 Nov 2018 11:28:07 -0800 Subject: [PATCH] CR round 4 --- libraries/gpu/src/gpu/Texture_ktx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/gpu/src/gpu/Texture_ktx.cpp b/libraries/gpu/src/gpu/Texture_ktx.cpp index b400a81a1f..f471baf2c7 100644 --- a/libraries/gpu/src/gpu/Texture_ktx.cpp +++ b/libraries/gpu/src/gpu/Texture_ktx.cpp @@ -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; }