elementary/transit - just modified to use evas_map_util_rotate.

SVN revision: 60378
This commit is contained in:
ChunEon Park 2011-06-16 08:20:48 +00:00
parent 156d94de65
commit a4ca4f5757
1 changed files with 1 additions and 1 deletions

View File

@ -2668,7 +2668,7 @@ _transit_effect_rotation_op(Elm_Transit_Effect *effect, Elm_Transit *transit, do
half_w = (float)w * 0.5;
half_h = (float)h * 0.5;
evas_map_util_3d_rotate(map, 0, 0, degree, x + half_w, y + half_h, 0);
evas_map_util_rotate(map, degree, x + half_w, y + half_h);
evas_map_util_3d_perspective(map, x + half_w, y + half_h, 0, _TRANSIT_FOCAL);
evas_object_map_enable_set(obj, EINA_TRUE);
evas_object_map_set(obj, map);