actor: fix translation-z setting

https://bugzilla.gnome.org/show_bug.cgi?id=695982
This commit is contained in:
Lionel Landwerlin 2013-03-17 03:19:02 +00:00
parent 6203be641f
commit b914ae70b1

View File

@ -4370,7 +4370,7 @@ clutter_actor_set_translation_factor (ClutterActor *self,
case CLUTTER_Z_AXIS: case CLUTTER_Z_AXIS:
pspec = obj_props[PROP_TRANSLATION_Z]; pspec = obj_props[PROP_TRANSLATION_Z];
translate_p = &info->translation.x; translate_p = &info->translation.z;
break; break;
} }