mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
[actor] Revert part of commit 402e022c
An unintended chunk of commit 402e022c
got committed before I looked
at the diff.
This commit is contained in:
parent
839d1e00b1
commit
8f59f25beb
@ -2617,7 +2617,7 @@ clutter_actor_class_init (ClutterActorClass *klass)
|
||||
g_param_spec_double ("rotation-angle-x",
|
||||
"Rotation Angle X",
|
||||
"The rotation angle on the X axis",
|
||||
-G_MAXDOUBLE,
|
||||
0.0,
|
||||
G_MAXDOUBLE,
|
||||
0.0,
|
||||
CLUTTER_PARAM_READWRITE));
|
||||
@ -2634,7 +2634,7 @@ clutter_actor_class_init (ClutterActorClass *klass)
|
||||
g_param_spec_double ("rotation-angle-y",
|
||||
"Rotation Angle Y",
|
||||
"The rotation angle on the Y axis",
|
||||
-G_MAXDOUBLE,
|
||||
0.0,
|
||||
G_MAXDOUBLE,
|
||||
0.0,
|
||||
CLUTTER_PARAM_READWRITE));
|
||||
@ -2651,7 +2651,7 @@ clutter_actor_class_init (ClutterActorClass *klass)
|
||||
g_param_spec_double ("rotation-angle-z",
|
||||
"Rotation Angle Z",
|
||||
"The rotation angle on the Z axis",
|
||||
-G_MAXDOUBLE,
|
||||
0.0,
|
||||
G_MAXDOUBLE,
|
||||
0.0,
|
||||
CLUTTER_PARAM_READWRITE));
|
||||
|
Loading…
Reference in New Issue
Block a user