diff TaskManager/Test/test_render/task/DrawSpan.cpp @ 170:5a4f2497c22d draft

fix ViewerSDL
author gongo@localhost.localdomain
date Thu, 11 Dec 2008 11:18:44 +0900
parents f533a4104d41
children 1e62bd02f820
line wrap: on
line diff
--- a/TaskManager/Test/test_render/task/DrawSpan.cpp	Thu Dec 11 10:41:01 2008 +0900
+++ b/TaskManager/Test/test_render/task/DrawSpan.cpp	Thu Dec 11 11:18:44 2008 +0900
@@ -161,7 +161,7 @@
 
     for (int i = 0; i < rangey; i++) {
 	linebuf[i] = (int*)smanager->get_output(i);
-	linebuf_init(linebuf[i], rangex, 0xffffff);
+	linebuf_init(linebuf[i], rangex, 0xffffffff);
     }
 
     do {