canvas map: remove logically dead code.

the value was overflow, reduce its size.
This commit is contained in:
Hermet Park 2019-08-26 19:30:06 +09:00
parent 42a7aae58c
commit c6b52d4f09
1 changed files with 1 additions and 1 deletions

View File

@ -825,7 +825,7 @@ _evas_common_map_rgba_internal_high(RGBA_Image *src, RGBA_Image *dst,
if (anti_alias)
{
//Adjust AA Y range
float ystart = 9999999999, yend = -1;
float ystart = 9999999.0f, yend = -1.0f;
for (int i = 0; i < 4; i++)
{
if (y[i] < ystart) ystart = y[i];