evas/gl - fixed Evas_Map NightMare.

Trvial mistake but I wasted much time to find out it.




SVN revision: 73331
This commit is contained in:
ChunEon Park 2012-07-05 08:41:59 +00:00
parent 9fbe6288df
commit a7f8d70ef1
1 changed files with 1 additions and 1 deletions

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