mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
fixed clutter cos functions; fixed tilt calculations in elliptic path
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user