Mercurial > hg > Members > kono > Cerium
diff TaskManager/Test/simple_render/task/create_sgp.cpp @ 48:70a0ac46133e
*** empty log message ***
author | gongo |
---|---|
date | Fri, 15 Feb 2008 16:09:42 +0900 |
parents | 1e17e0b441a7 |
children | 6bc72fde6615 |
line wrap: on
line diff
--- a/TaskManager/Test/simple_render/task/create_sgp.cpp Fri Feb 15 13:09:58 2008 +0900 +++ b/TaskManager/Test/simple_render/task/create_sgp.cpp Fri Feb 15 16:09:42 2008 +0900 @@ -3,7 +3,7 @@ #include "polygon.h" using namespace std; -int create_sgp(SceneGraphPack *sgp, Polygon *sg) +int create_sgp(Polygon *sg, SceneGraphPack *sgp) { int i = 0; int nnpn = -1;