Mercurial > hg > Game > Cerium
diff Renderer/Test/property_chain.cc @ 1115:e954ec5d9b96 draft
warning fix.
author | tkaito |
---|---|
date | Tue, 18 Jan 2011 20:09:17 +0900 |
parents | d2cb74984336 |
children | 80e96b616196 |
line wrap: on
line diff
--- a/Renderer/Test/property_chain.cc Tue Jan 18 19:53:01 2011 +0900 +++ b/Renderer/Test/property_chain.cc Tue Jan 18 20:09:17 2011 +0900 @@ -101,7 +101,7 @@ for (int j = 0; j < PROPERTY_LENGTH; j++) { p = &update_property[j]; p_node = (SceneGraphPtr)p->node; - float scale[] = {1,1,1}; + //float scale[] = {1,1,1}; if (p->have_parent) { SceneGraphPtr parent = (SceneGraphPtr)update_property[p->parent_index].node; parent->addChild(p_node);