diff TaskManager/Test/test_render/task/DrawSpan.cpp @ 215:7ca6a2ef5be9

fix SceneGraph Constructor, Destructor
author gongo@gendarme.local
date Sun, 01 Feb 2009 22:14:44 +0900
parents 3e7e8b5d9f17
children 0f1ff7b06157
line wrap: on
line diff
--- a/TaskManager/Test/test_render/task/DrawSpan.cpp	Sun Feb 01 20:46:39 2009 +0900
+++ b/TaskManager/Test/test_render/task/DrawSpan.cpp	Sun Feb 01 22:14:44 2009 +0900
@@ -188,7 +188,7 @@
 DrawSpan::get_rgb(int tx, int ty, uint32 *addr)
 {
     TilePtr tile;
-    //printf("get %p\n", addr);
+
     tile = hash->get(addr);
     return tile->pixel[(TEXTURE_SPLIT_PIXEL)*ty+tx];
 }
@@ -416,8 +416,9 @@
 		return js;
 #else
 		set_rgb(tex_addr, wait_tag);
-		ret = j;
-		continue;
+		//ret = j;
+		smanager->dma_wait(wait_tag);
+		//continue;
 #endif
 	    }