mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 04:07:11 +02:00
Fix the unsupported ktx format, it was coming from the BUmp map case
This commit is contained in:
parent
e0f0cc2102
commit
900615fcd5
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue