Added _activeSwitchSet(sw._activeSwitchSet) into the copy constructor.

This commit is contained in:
Robert Osfield
2004-01-21 20:38:03 +00:00
parent 57a8e5a916
commit b604d22982

View File

@@ -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)
{
}