actor: fix translation-z setting
https://bugzilla.gnome.org/show_bug.cgi?id=695982
This commit is contained in:
parent
6203be641f
commit
b914ae70b1
@ -4370,7 +4370,7 @@ clutter_actor_set_translation_factor (ClutterActor *self,
|
||||
|
||||
case CLUTTER_Z_AXIS:
|
||||
pspec = obj_props[PROP_TRANSLATION_Z];
|
||||
translate_p = &info->translation.x;
|
||||
translate_p = &info->translation.z;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user