Evas: Work around for mask issues

SVN revision: 58724
This commit is contained in:
Brett Nash 2011-04-19 05:47:47 +00:00
parent 351be6f22e
commit 72d667e8d9
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@
if (mask)
{
mask += dst_clip_x - dc->mask.x;
mask += (dst_clip_y - dc->mask.y) * maskobj->cache_entry.w;
// mask += dst_clip_x - dc->mask.x;
// mask += (dst_clip_y - dc->mask.y) * maskobj->cache_entry.w;
while (dst_clip_h--)
{