aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/scenri.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-08 09:16:33 +1000
committerDavid Walter Seikel2014-05-08 09:16:33 +1000
commitb1ca17de7102367b27ef83c6a0bbaf5f5b7e3fde (patch)
treefd1abf0e99bc3adb7f24bd6e2b710d8a1d0b8283 /src/extantz/scenri.c
parentA new function to load GuiLua skang modules. (diff)
downloadSledjHamr-b1ca17de7102367b27ef83c6a0bbaf5f5b7e3fde.zip
SledjHamr-b1ca17de7102367b27ef83c6a0bbaf5f5b7e3fde.tar.gz
SledjHamr-b1ca17de7102367b27ef83c6a0bbaf5f5b7e3fde.tar.bz2
SledjHamr-b1ca17de7102367b27ef83c6a0bbaf5f5b7e3fde.tar.xz
Been there, done that, remove the TODO.
Diffstat (limited to 'src/extantz/scenri.c')
-rw-r--r--src/extantz/scenri.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/extantz/scenri.c b/src/extantz/scenri.c
index 4b16faa..1cb7797 100644
--- a/src/extantz/scenri.c
+++ b/src/extantz/scenri.c
@@ -97,7 +97,6 @@ Scene_Data *scenriAdd(Evas_Object *win)
97 97
98 scene->root_node = eo_add_custom(EVAS_3D_NODE_CLASS, evas, evas_3d_node_constructor(EVAS_3D_NODE_TYPE_NODE)); 98 scene->root_node = eo_add_custom(EVAS_3D_NODE_CLASS, evas, evas_3d_node_constructor(EVAS_3D_NODE_TYPE_NODE));
99 99
100 // -TODO - set the size based on the size of the enclosing window.
101 scene->scene = eo_add(EVAS_3D_SCENE_CLASS, evas, 100 scene->scene = eo_add(EVAS_3D_SCENE_CLASS, evas,
102 evas_3d_scene_root_node_set(scene->root_node), 101 evas_3d_scene_root_node_set(scene->root_node),
103 evas_3d_scene_size_set(w, h), 102 evas_3d_scene_size_set(w, h),