example/evas: update evas vg example.

Reviewers: cedric, jpeg

Reviewed By: jpeg

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4189
This commit is contained in:
Subhransu Mohanty 2016-07-26 11:33:10 +09:00 committed by Jean-Philippe Andre
parent 077e165428
commit 5d0de920de
1 changed files with 2 additions and 2 deletions

View File

@ -79,9 +79,9 @@ _animator(void *data EINA_UNUSED, double pos)
{
int next = (animation_position + 1) % (sizeof (batmans_path) / sizeof (batmans_path[0]));
evas_vg_shape_shape_interpolate(batman,
batmans_vg[next],
evas_vg_shape_shape_interpolate(batman,
batmans_vg[animation_position],
batmans_vg[next],
ecore_animator_pos_map(pos, ECORE_POS_MAP_SINUSOIDAL, 0.0, 0.0));
if (pos == 1.0)