summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Furs <i.furs@samsung.com>2015-07-28 01:40:04 +0200
committerCedric BAIL <cedric@osg.samsung.com>2015-07-28 03:05:37 +0200
commit004f2b49a985764a04d62d30cf9babe9da954118 (patch)
treed308091933f04ba469b807669aed343e99f908fe
parent88b2bfe4354fdbd975d11096108d6e486918f0c6 (diff)
downloadefl-004f2b49a985764a04d62d30cf9babe9da954118.tar.gz
evas canvas3d: bounding box does not change the position according object
Summary: This fix need for synchronous rotation mesh and aabb of "sonic" in example "evas-3d-aabb.c". @fix Reviewers: Hermet, cedric Reviewed By: cedric Subscribers: sri.hebbar, cedric Differential Revision: https://phab.enlightenment.org/D2779 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
-rw-r--r--src/examples/evas/evas-3d-aabb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/evas/evas-3d-aabb.c b/src/examples/evas/evas-3d-aabb.c
index 7b910893b0..c9aa61b936 100644
--- a/src/examples/evas/evas-3d-aabb.c
+++ b/src/examples/evas/evas-3d-aabb.c
@@ -257,7 +257,7 @@ main(void)
evas_object_focus_set(image, EINA_TRUE);
eo_do(image, evas_obj_image_scene_set(scene));
- evas_object_event_callback_add(image, EVAS_CALLBACK_KEY_DOWN, _on_key_down, root_node);
+ evas_object_event_callback_add(image, EVAS_CALLBACK_KEY_DOWN, _on_key_down, mesh_node);
ecore_timer_add(0.01, _animate_scene, mesh_node);