From 900615fcd5ac071eed64046c16c3f496786390d1 Mon Sep 17 00:00:00 2001 From: samcake Date: Tue, 14 Mar 2017 15:53:29 -0700 Subject: [PATCH] Fix the unsupported ktx format, it was coming from the BUmp map case --- libraries/model/src/model/TextureMap.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/model/src/model/TextureMap.cpp b/libraries/model/src/model/TextureMap.cpp index e41b5d0454..d07eae2166 100755 --- a/libraries/model/src/model/TextureMap.cpp +++ b/libraries/model/src/model/TextureMap.cpp @@ -354,7 +354,6 @@ gpu::Texture* TextureUsage::createNormalTextureFromBumpImage(const QImage& srcIm const double pStrength = 2.0; int width = image.width(); int height = image.height(); - // QImage result(width, height, QImage::Format_RGB888); QImage result(width, height, QImage::Format_ARGB32);