Added _activeSwitchSet(sw._activeSwitchSet) into the copy constructor.
This commit is contained in:
@@ -25,6 +25,7 @@ MultiSwitch::MultiSwitch():
|
||||
MultiSwitch::MultiSwitch(const MultiSwitch& sw,const osg::CopyOp& copyop):
|
||||
osg::Group(sw,copyop),
|
||||
_newChildDefaultValue(sw._newChildDefaultValue),
|
||||
_activeSwitchSet(sw._activeSwitchSet),
|
||||
_values(sw._values)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user