evas map: fix a typo.

This commit is contained in:
Hermet Park 2018-06-19 10:50:50 +09:00
parent 803025f919
commit 013dfe7013
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ _evas_common_map_rgba_span(RGBA_Map_Spans *span,
span->havea = 0;
span->direct = 0;
// find y yop line and y bottom line
// find y top line and y bottom line
ytop = p[0].y;
if ((p[0].col >> 24) < 0xff) span->havea = 1;
if (p[0].col == 0xffffffff) span->havecol--;