diff Renderer/Engine/SceneGraphRoot.cc @ 908:a4ed11e66fbf draft

fix
author Yutaka_Kinjyo
date Tue, 20 Jul 2010 04:05:07 +0900
parents efefbff1fd45
children 564096e53d8a
line wrap: on
line diff
--- a/Renderer/Engine/SceneGraphRoot.cc	Tue Jul 20 02:33:48 2010 +0900
+++ b/Renderer/Engine/SceneGraphRoot.cc	Tue Jul 20 04:05:07 2010 +0900
@@ -412,7 +412,7 @@
 	    /*法線用の行列。Cameraの行列を抜いている(Cameraのコンストラクタで、単位行列にしている)*/
 	    get_matrix(c->real_matrix, c->angle, c->xyz, cur_parent->real_matrix);
 	    //get_matrix(c->real_matrix, c->angle, c->xyz, camera->real_matrix);
-	    
+
 	} 
 	
 	if (t->children != NULL && c != NULL) {