Fixed copy constructor so that the _stage member variable was set to this

correctly.
This commit is contained in:
Robert Osfield
2002-09-19 09:05:50 +00:00
parent 02d920c930
commit f6cb09c601

View File

@@ -42,6 +42,7 @@ RenderStage::RenderStage(const RenderStage& rhs,const osg::CopyOp& copyop):
_renderStageLighting(rhs._renderStageLighting)
{
_stage = this;
}