From 79a9b0ee5d8f222b0107373b0f7ed7d5b6cb09c3 Mon Sep 17 00:00:00 2001 From: hermet Date: Thu, 5 Jul 2012 08:41:59 +0000 Subject: [PATCH] evas/gl - fixed Evas_Map NightMare. Trvial mistake but I wasted much time to find out it. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@73331 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/modules/engines/gl_common/evas_gl_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/engines/gl_common/evas_gl_context.c b/src/modules/engines/gl_common/evas_gl_context.c index 3e43ea4..391a53d 100644 --- a/src/modules/engines/gl_common/evas_gl_context.c +++ b/src/modules/engines/gl_common/evas_gl_context.c @@ -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) -- 2.7.4