fix trails

SVN revision: 3091
This commit is contained in:
Carsten Haitzler 2000-08-11 08:32:03 +00:00
parent 73de169494
commit cda8d8b1b8
1 changed files with 2 additions and 4 deletions

View File

@ -116,10 +116,7 @@ evas_render(Evas e)
(o->current.zoomscale != o->previous.zoomscale) ||
(o->current.layer != o->previous.layer)))
)
{
o->previous = o->current;
real_change = 1;
}
real_change = 1;
if (o->current.visible)
{
switch (o->type)
@ -208,6 +205,7 @@ evas_render(Evas e)
&w, &h);
evas_update_rect(e, x, y, w, h);
}
o->previous = o->current;
}
}