diff TaskManager/Test/test_render/spe/CreatePolygon.cpp @ 120:a52e193f9a42

fix Load Texture
author gongo@gendarme.local
date Tue, 25 Nov 2008 00:18:49 +0900
parents 5c194c71eca8
children fc314f28b66e
line wrap: on
line diff
--- a/TaskManager/Test/test_render/spe/CreatePolygon.cpp	Thu Nov 13 11:12:29 2008 +0900
+++ b/TaskManager/Test/test_render/spe/CreatePolygon.cpp	Tue Nov 25 00:18:49 2008 +0900
@@ -76,7 +76,6 @@
 		if (node->next != NULL) {
 		    smanager->dma_load(next_node, (uint32)node->next,
 				       sizeof(SceneGraphNode), SG_NODE_LOAD);
-		    printf("[1] %p, %d\n", node->next, sizeof(SceneGraphNode));
 		} else {
 		    next_node = NULL;
 		}