summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSubhransu Mohanty <sub.mohanty@samsung.com>2016-07-26 11:33:10 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2016-07-26 14:19:59 +0900
commitf38dbd39f50a5c7db42b4a3ebdc6324041092631 (patch)
tree91a34aa746a4ae2f702ddfa232fe87de9dbf1f4b
parent0023f20d85f5237448aed177d2ca9c2195063bbb (diff)
downloadefl-f38dbd39f50a5c7db42b4a3ebdc6324041092631.tar.gz
example/evas: update evas vg example.
Reviewers: cedric, jpeg Reviewed By: jpeg Subscribers: cedric, jpeg Differential Revision: https://phab.enlightenment.org/D4189
-rw-r--r--src/examples/evas/evas-vg-batman.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/examples/evas/evas-vg-batman.c b/src/examples/evas/evas-vg-batman.c
index f17636d2fe..9d7892e757 100644
--- a/src/examples/evas/evas-vg-batman.c
+++ b/src/examples/evas/evas-vg-batman.c
@@ -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)