fixed clutter cos functions; fixed tilt calculations in elliptic path

This commit is contained in:
Tomas Frydrych
2007-05-29 09:21:18 +00:00
parent 5b845d3940
commit 6e39efb9aa
4 changed files with 37 additions and 25 deletions

View File

@ -166,7 +166,7 @@ main (int argc, char *argv[])
case PATH_ELLIPSE:
p_behave =
clutter_behaviour_ellipse_new (alpha, 200, 200, 400, 300,
0.0, 360.0, 0.0);
0.0, 360.0, 120.0);
break;
case PATH_BSPLINE: