Mercurial > hg > Game > Cerium
changeset 523:973876a45e9a draft
merge
author | tkaito@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Wed, 21 Oct 2009 20:41:03 +0900 |
parents | 42d3e1b91546 (diff) 74a8b7c97964 (current diff) |
children | 27eea39f2ebb |
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 20:02:23 2009 +0900 +++ b/TaskManager/Test/test_render/SceneGraphRoot.cc Wed Oct 21 20:41:03 2009 +0900 @@ -15,6 +15,7 @@ SceneGraphRoot::SceneGraphRoot(float w, float h) { // SGLIST_LENGTH 決め打ちかぁ、動的生成にする場合上限決めておいた方がいいのかな + // sg_src = new SceneGraphPtr[SGLIST_LENGTH]; camera = new Camera(w, h); iterator = new SceneGraphIterator;