evas/common - more useful comment.

This commit is contained in:
ChunEon Park 2014-02-08 16:32:52 +09:00
parent 72d90c0768
commit 738bcb07ff
1 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ _calc_spans(RGBA_Map_Point *p, Line *spans, int ystart, int yend, int cx, int cy
spans[yp].span[i].x1 = -1;
}
}
//Exceptional Case.
//The polygon shape seems not be completed definitely.
else
spans[yp].span[0].x1 = -1;
}
@ -371,7 +371,7 @@ _calc_spans(RGBA_Map_Point *p, Line *spans, int ystart, int yend, int cx, int cy
interp_col);
}
}
//Exceptional Case.
//The polygon shape seems not be completed definitely.
else
spans[yp].span[0].x1 = -1;
}