diff --git a/src/bin/image_map_nearest_rotate.c b/src/bin/image_map_nearest_rotate.c index 6852606..44218d2 100644 --- a/src/bin/image_map_nearest_rotate.c +++ b/src/bin/image_map_nearest_rotate.c @@ -49,6 +49,7 @@ static void _loop(double t, int f) Evas_Map *m; Evas_Coord x, y, w, h; m = evas_map_new(4); + evas_map_smooth_set(m, 0); for (i = 0; i < (OBNUM / 2); i++) { w = 120; diff --git a/src/bin/image_map_nearest_solid_rotate.c b/src/bin/image_map_nearest_solid_rotate.c index 86284a9..92f60ea 100644 --- a/src/bin/image_map_nearest_solid_rotate.c +++ b/src/bin/image_map_nearest_solid_rotate.c @@ -49,6 +49,7 @@ static void _loop(double t, int f) Evas_Map *m; Evas_Coord x, y, w, h; m = evas_map_new(4); + evas_map_smooth_set(m, 0); for (i = 0; i < (OBNUM / 2); i++) { w = 120;