Mercurial > hg > Members > kono > Cerium
diff TaskManager/Test/test_render/SceneGraph.cpp @ 161:1f4c3f3238e6 fullHD_omedetou
texture の座標がマイナスになったあと、それを 0 にし忘れてた
author | gongo@localhost.localdomain |
---|---|
date | Mon, 08 Dec 2008 16:37:02 +0900 |
parents | bbf774c57544 |
children | dc68bc5c9e41 |
line wrap: on
line diff
--- a/TaskManager/Test/test_render/SceneGraph.cpp Mon Dec 08 10:56:58 2008 +0900 +++ b/TaskManager/Test/test_render/SceneGraph.cpp Mon Dec 08 16:37:02 2008 +0900 @@ -353,6 +353,8 @@ texture_info.pixels_orig = (Uint32*)texture_image->pixels; texture_info.pixels = tex_dest; + printf("[%s] %p\n", filename, tex_dest); + if(unlink(image_name)) { cout << "unlink error\n";