evas - found a inccorect check while reading the code.

This commit is contained in:
ChunEon Park 2013-07-25 16:05:56 +09:00
parent f4377b316c
commit 231d619c8c
1 changed files with 2 additions and 2 deletions

View File

@ -1454,10 +1454,10 @@ _draw_thread_map_draw(void *data)
RGBA_Image *im = map->image;
int dx, dy, dw, dh;
if (m->count - offset < 3) goto free_out;
do
{
if (m->count - offset < 3) goto free_out;
//Fully Transparency. Skip this.
if (!(m->pts[0 + offset].col & 0xff000000) &&
!(m->pts[1 + offset].col & 0xff000000) &&