actor: Place coordinate of the pivot point in the right pointer

This commit is contained in:
Tomeu Vizoso 2012-10-08 11:08:20 +02:00
parent 834c18c3fd
commit 36c2343001

View File

@ -11695,7 +11695,7 @@ clutter_actor_get_pivot_point (ClutterActor *self,
info = _clutter_actor_get_transform_info_or_defaults (self);
if (pivot_x != NULL)
*pivot_y = info->pivot.x;
*pivot_x = info->pivot.x;
if (pivot_y != NULL)
*pivot_y = info->pivot.y;