diff TaskManager/Test/test_render/Application/node.cc @ 520:8d86242337ba draft

SGList isn't used
author tkaito@henri.cr.ie.u-ryukyu.ac.jp
date Wed, 21 Oct 2009 19:56:00 +0900
parents 2c592936bbdf
children 413667c70a1d
line wrap: on
line diff
--- a/TaskManager/Test/test_render/Application/node.cc	Wed Oct 21 16:56:13 2009 +0900
+++ b/TaskManager/Test/test_render/Application/node.cc	Wed Oct 21 19:56:00 2009 +0900
@@ -65,7 +65,7 @@
 void
 node_init(TaskManager *manager)
 {
-    sgroot->createFromXMLfile(manager, "xml_file/cube.xml");
+    sgroot->createFromXMLmemory(manager, "xml_file/cube.xml");
     Cube->set_move_collision(cube_move, cube_collision);
     Cube->stack_xyz[0] = 2.0f;
     Cube->stack_xyz[1] = 2.0f;