diff --git a/playground/parrots/SceneTexture.h b/playground/parrots/SceneTexture.h index 7e27e8d3..b46925b8 100644 --- a/playground/parrots/SceneTexture.h +++ b/playground/parrots/SceneTexture.h @@ -32,8 +32,8 @@ class SceneTexture : public QSGTexture QRectF normalizedTextureSubRect() const override; private: - // nops to satisfy the QSGTexture API - bool hasAlphaChannel() const override { return true; } + // satisfy the QSGTexture API + bool hasAlphaChannel() const override { return false; } bool hasMipmaps() const override { return false; } void commitTextureOperations( QRhi*, QRhiResourceUpdateBatch* ) override {}