cedric pushed a commit to branch master.

commit 0f153be0e55a7e6d6787927f7480020e69d554a9
Author: Cedric Bail <[email protected]>
Date:   Wed Jul 3 12:38:04 2013 +0900

    evas: fix bugin Enlightenment triggering a path where data are loaded, but 
flags is not set.
    
    This fix T187.
---
 src/modules/evas/engines/gl_common/evas_gl_texture.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/modules/evas/engines/gl_common/evas_gl_texture.c 
b/src/modules/evas/engines/gl_common/evas_gl_texture.c
index cbd57b2..76bde12 100644
--- a/src/modules/evas/engines/gl_common/evas_gl_texture.c
+++ b/src/modules/evas/engines/gl_common/evas_gl_texture.c
@@ -807,8 +807,6 @@ evas_gl_common_texture_update(Evas_GL_Texture *tex, 
RGBA_Image *im)
 {
    GLuint fmt;
 
-   if (!im->cache_entry.flags.loaded) return;
-
    if (tex->alpha != im->cache_entry.flags.alpha)
      {
         int lformat;

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to