changeset 541:e7551b50e0e7

fix
author tkaito@henri.cr.ie.u-ryukyu.ac.jp
date Wed, 21 Oct 2009 20:27:06 +0900
parents 129979e7d5c7
children 4bd51a6f6d08
files TaskManager/Test/test_render/SceneGraphRoot.cc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/TaskManager/Test/test_render/SceneGraphRoot.cc	Wed Oct 21 19:03:46 2009 +0900
+++ b/TaskManager/Test/test_render/SceneGraphRoot.cc	Wed Oct 21 20:27:06 2009 +0900
@@ -14,6 +14,7 @@
 SceneGraphRoot::SceneGraphRoot(float w, float h)
 {
     // SGLIST_LENGTH 決め打ちかぁ、動的生成にする場合上限決めておいた方がいいのかな
+    //
     sg_src = new SceneGraphPtr[SGLIST_LENGTH];
     camera = new Camera(w, h);
     iterator = new SceneGraphIterator;