Fixed copy constructor so that the _stage member variable was set to this
correctly.
This commit is contained in:
@@ -42,6 +42,7 @@ RenderStage::RenderStage(const RenderStage& rhs,const osg::CopyOp& copyop):
|
||||
_renderStageLighting(rhs._renderStageLighting)
|
||||
|
||||
{
|
||||
_stage = this;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user