Mercurial > hg > Game > Cerium
changeset 522:42d3e1b91546 draft
fix
author | tkaito@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Wed, 21 Oct 2009 20:27:06 +0900 |
parents | 30db22b46f7b |
children | 973876a45e9a |
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;