Renamed osgUtil::RenderGraph to osgUtil::StateGraph

This commit is contained in:
Robert Osfield
2005-10-13 12:51:00 +00:00
parent 5d1b46d25f
commit fb524952b6
26 changed files with 209 additions and 357 deletions

View File

@@ -37,7 +37,7 @@ void PositionalStateContainer::draw(osg::State& state,RenderLeaf*& previous, con
if (previous)
{
RenderGraph::moveToRootRenderGraph(state,previous->_parent);
StateGraph::moveToRootStateGraph(state,previous->_parent);
state.apply();
previous = NULL;
}