nono - we dont dirty images when we set data...

SVN revision: 64168
This commit is contained in:
Carsten Haitzler 2011-10-19 08:59:29 +00:00
parent 07e6862922
commit 6f3529fe65
1 changed files with 1 additions and 4 deletions

View File

@ -2447,10 +2447,7 @@ eng_image_data_put(void *data, void *image, DATA32 *image_data)
glsym_eglUnmapImageSEC(re->win->egl_disp, im->tex->pt->dyn.img);
#endif
if (im->tex->pt->dyn.data == image_data)
{
evas_gl_common_image_dirty(im, 0, 0, 0, 0);
return image;
}
return image;
else
{
int w, h;