diff TaskManager/Test/test_render/task/CreateSpan.cpp @ 155:77dac07efd79

TextureInfoList がずれてたのを修正
author gongo@gendarme.local
date Thu, 04 Dec 2008 13:58:41 +0900
parents f4673e790675
children cd5ad7adc5e1
line wrap: on
line diff
--- a/TaskManager/Test/test_render/task/CreateSpan.cpp	Wed Dec 03 20:14:23 2008 +0900
+++ b/TaskManager/Test/test_render/task/CreateSpan.cpp	Thu Dec 04 13:58:41 2008 +0900
@@ -181,7 +181,7 @@
     }
 
     smanager->dma_wait(TILE_STORE);
-    tilelist->next = 0; // ?
+    tilelist->next = NULL;
     smanager->dma_store(tilelist, (uint32)tilelist_addr,
 			sizeof(TileInfoList), TILE_STORE);
     free(send_tilelist);
@@ -268,7 +268,7 @@
 	if (charge_y_top <= y && y <= charge_y_end) {
 	    // 1..8 を index0, 9..16 を index1 にするために y を -1
 	    int index = (y-1) / split_screen_h;
-
+	    //if (index != 0) continue;
 	    /**
 	     * 違う SpanPack を扱う場合、
 	     * 現在の SpanPack をメインメモリに送り、