Fix the unsupported ktx format, it was coming from the BUmp map case

This commit is contained in:
samcake 2017-03-14 15:53:29 -07:00
parent e0f0cc2102
commit 900615fcd5

View file

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