mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 10:43:21 +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;
|
const double pStrength = 2.0;
|
||||||
int width = image.width();
|
int width = image.width();
|
||||||
int height = image.height();
|
int height = image.height();
|
||||||
// QImage result(width, height, QImage::Format_RGB888);
|
|
||||||
|
|
||||||
QImage result(width, height, QImage::Format_ARGB32);
|
QImage result(width, height, QImage::Format_ARGB32);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue