diff Renderer/Engine/SceneGraph.cc @ 850:0e5dcda89c8e

fix
author tkaito
date Sun, 06 Jun 2010 03:37:00 +0900
parents df80613f1e1a
children 649e4cb84683
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;