From 091c79b9ae60c43b0b5e5854261ccc6966264ab4 Mon Sep 17 00:00:00 2001 From: Ivan Leben Date: Wed, 21 May 2008 10:00:08 +0000 Subject: [PATCH] * clutter/cogl/gles/cogl-texture.c: (_cogl_texture_download_from_gl:) Only comment out the broken check for framebuffer alpha bits, not the check for alpha in texture format. --- gles/cogl-texture.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gles/cogl-texture.c b/gles/cogl-texture.c index 10c69368e..74172e352 100644 --- a/gles/cogl-texture.c +++ b/gles/cogl-texture.c @@ -423,8 +423,8 @@ _cogl_texture_download_from_gl (CoglTexture *tex, printf ("R bits: %d\n", r_bits); printf ("G bits: %d\n", g_bits); printf ("B bits: %d\n", b_bits); - printf ("A bits: %d\n", a_bits); - if ((tex->bitmap.format & COGL_A_BIT) && a_bits == 0) */ + printf ("A bits: %d\n", a_bits); */ + if ((tex->bitmap.format & COGL_A_BIT)/* && a_bits == 0*/) { guchar *srcdata; guchar *dstdata;