# HG changeset patch # User tkaito # Date 1275763020 -32400 # Node ID 0e5dcda89c8e65086992f3791fa219d563ca9eb4 # Parent 1221a142640d2eb37818767c88e78edb7653e0c2 fix diff -r 1221a142640d -r 0e5dcda89c8e Renderer/Engine/SceneGraph.cc --- 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;