evas: fix bugin Enlightenment triggering a path where data are loaded, but flags...
authorCedric Bail <cedric.bail@samsung.com>
Wed, 3 Jul 2013 03:38:04 +0000 (12:38 +0900)
committerCedric Bail <cedric.bail@samsung.com>
Wed, 3 Jul 2013 03:48:38 +0000 (12:48 +0900)
This fix T187.

src/modules/evas/engines/gl_common/evas_gl_texture.c

index cbd57b2..76bde12 100644 (file)
@@ -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;