diff --git a/src/compositor/meta-background.c b/src/compositor/meta-background.c index 3f2e23f44..0db6698bc 100644 --- a/src/compositor/meta-background.c +++ b/src/compositor/meta-background.c @@ -796,8 +796,7 @@ meta_background_get_texture (MetaBackground *self, 0.0, 0.0, 0.0, 0.0); } - if (texture1 != NULL && - !(texture2 != NULL && priv->blend_factor == 1.0 && !texture_has_alpha (texture2))) + if (texture1 != NULL && priv->blend_factor != 1.0) { CoglPipeline *pipeline = create_pipeline (PIPELINE_ADD); cogl_pipeline_set_color4f (pipeline,