Mercurial > hg > Members > kono > Cerium
changeset 850:0e5dcda89c8e
fix
author | tkaito |
---|---|
date | Sun, 06 Jun 2010 03:37:00 +0900 |
parents | 1221a142640d |
children | 355df7ef8f3f |
files | Renderer/Engine/SceneGraph.cc |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Renderer/Engine/SceneGraph.cc Sun Jun 06 03:33:00 2010 +0900 +++ b/Renderer/Engine/SceneGraph.cc Sun Jun 06 03:37:00 2010 +0900 @@ -227,8 +227,8 @@ if (this->lastChild != NULL) { SceneGraphPtr last = this->lastChild; last->brother = child; - child->parent = this; - return child; + //child->parent = this; + //return child; } this->lastChild = child;