hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4cbc73ce1d18958c33499cae0961163ff7b656f4
commit 4cbc73ce1d18958c33499cae0961163ff7b656f4 Author: ChunEon Park <[email protected]> Date: Fri Jun 27 21:47:00 2014 +0900 evas/gl - ... removed white trailing. --- src/modules/evas/engines/gl_common/evas_gl_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/evas/engines/gl_common/evas_gl_context.c b/src/modules/evas/engines/gl_common/evas_gl_context.c index a2efd41..6c2e9b0 100644 --- a/src/modules/evas/engines/gl_common/evas_gl_context.c +++ b/src/modules/evas/engines/gl_common/evas_gl_context.c @@ -1859,7 +1859,7 @@ evas_gl_common_context_image_push(Evas_Engine_GL_Context *gc, /* To avoid texture bleeding in the texture atlas, we adjust texture uv point as much as a half uv point. - Especially, This improves the rendering quality when the image has the + Especially, This improves the rendering quality when the image has the border area. */ if (smooth) { --
