evas: fix bugin Enlightenment triggering a path where data are loaded, but flags is not set.

This fix T187.
This commit is contained in:
Cedric Bail 2013-07-03 12:38:04 +09:00
parent 22ad827274
commit 0f153be0e5
1 changed files with 0 additions and 2 deletions

View 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;