Added missing _texAttrListMap.clear(); into reset()

This commit is contained in:
Robert Osfield
2004-10-03 08:36:27 +00:00
parent 229d1d36b3
commit e4167d9baa

View File

@@ -29,6 +29,7 @@ RenderStageLighting::~RenderStageLighting()
void RenderStageLighting::reset()
{
_attrList.clear();
_texAttrListMap.clear();
}
void RenderStageLighting::draw(osg::State& state,RenderLeaf*& previous)