Mercurial > hg > Members > kono > Cerium
diff TaskManager/Test/test_render/spe/DrawSpan.cpp @ 183:54787f182881
fix
author | gongo@localhost.localdomain |
---|---|
date | Tue, 06 Jan 2009 15:30:34 +0900 |
parents | df3cfc04e796 |
children | 5c9dbd54cd51 |
line wrap: on
line diff
--- a/TaskManager/Test/test_render/spe/DrawSpan.cpp Tue Dec 23 16:27:07 2008 +0900 +++ b/TaskManager/Test/test_render/spe/DrawSpan.cpp Tue Jan 06 15:30:34 2009 +0900 @@ -162,7 +162,7 @@ next_spack = NULL; } - for (int t = 0; t < spack->info.size; t++) { + for (int t = spack->info.start; t < spack->info.size; t++) { span = &spack->span[t]; Uint32 rgb = 0x00ff00;