enable smooth path - same as nearest... for now

SVN revision: 43183
This commit is contained in:
Carsten Haitzler 2009-10-21 14:53:55 +00:00
parent ceb6cb9600
commit 63ec70ea91
1 changed files with 1 additions and 2 deletions

View File

@ -429,8 +429,7 @@ evas_common_map4_rgba_internal(RGBA_Image *src, RGBA_Image *dst,
swp = sw << FP;
shp = src->cache_entry.h << FP;
// if (smooth)
if (0)
if (smooth)
{
for (y = ystart; y <= yend; y++)
{