mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 17:03:11 +02:00
Fix processTextureAlpha
This commit is contained in:
parent
d6ab35ba1a
commit
1820207259
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ gpu::TexturePointer TextureUsage::process2DTextureColorFromImage(const QImage& s
|
|||
}
|
||||
|
||||
if (validAlpha) {
|
||||
processTextureAlpha(srcImage, validAlpha, alphaAsMask);
|
||||
processTextureAlpha(image, validAlpha, alphaAsMask);
|
||||
}
|
||||
|
||||
gpu::TexturePointer theTexture = nullptr;
|
||||
|
|
Loading…
Reference in a new issue