and use new calls to set smooth

SVN revision: 43363
This commit is contained in:
Carsten Haitzler 2009-10-31 09:08:22 +00:00
parent b2c0bed4d5
commit 7a78718583
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -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;