fix evas_tiler bug (makes evas get stuck in an infinite loop there in certain scenarios)

This commit is contained in:
Daniel Kolesa 2014-01-29 10:00:29 +00:00
parent 23a36b642b
commit 871597f8c2
1 changed files with 1 additions and 1 deletions

View File

@ -605,7 +605,7 @@ rect_list_add_split_fuzzy(list_t *rects, list_node_t *node, int accepted_error)
keep_dirty = 0;
break;
}
else if (intra.area <= accepted_error)
else if ((intra.area - area) <= accepted_error)
{
/* .---.cur .---.r
* | | | |