Mercurial > hg > Game > Cerium
changeset 850:2bff5d9fcefd draft
fix
author | tkaito |
---|---|
date | Sun, 06 Jun 2010 03:37:00 +0900 |
parents | a84ae8e44710 |
children | 621954669342 |
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;