From 816a5bcb361b0c7bddd5f3962a7290b4f9475af6 Mon Sep 17 00:00:00 2001 From: Julien Isorce Date: Thu, 17 Nov 2011 11:34:20 +0100 Subject: [PATCH] [468/906] tests: fix commentary in clutteractor example --- tests/examples/clutter/clutteractor.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/examples/clutter/clutteractor.c b/tests/examples/clutter/clutteractor.c index dbec42ca7a..0c644b1f9f 100644 --- a/tests/examples/clutter/clutteractor.c +++ b/tests/examples/clutter/clutteractor.c @@ -73,10 +73,10 @@ create_actor (GstGLClutterActor * actor) /* knot[0].x = -10; knot[0].y = -10; knot[1].x = 160; - knot[1].y = 120;* / + knot[1].y = 120; */ - // Move the actor along the path: - /*clutter_effect_path (effect_template, actor->texture, knot, + // Move the actor along the path: + /* clutter_effect_path (effect_template, actor->texture, knot, sizeof (knot) / sizeof (ClutterKnot), NULL, NULL); clutter_effect_scale (effect_template, actor->texture, 1.0, 1.0, NULL, NULL); clutter_effect_rotate (effect_template, actor->texture,