evas/gl - fixed Evas_Map NightMare.
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 5 Jul 2012 08:41:59 +0000 (08:41 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 5 Jul 2012 08:41:59 +0000 (08:41 +0000)
Trvial mistake but I wasted much time to find out it.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@73331 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/engines/gl_common/evas_gl_context.c

index 3e43ea4..391a53d 100644 (file)
@@ -2183,7 +2183,7 @@ evas_gl_common_context_image_map_push(Evas_Engine_GL_Context *gc,
           {
              clip = 0; cx = 0; cy = 0; cw = 0; ch = 0;
           }
-        x = nx; y = nw; w = nw; h = nh;
+        x = nx; y = ny; w = nw; h = nh;
      }
 
    if (!flat)