Tweaked MultiSwitch IO
This commit is contained in:
@@ -66,7 +66,7 @@ class SG_EXPORT MultiSwitch : public osg::Group
|
||||
void setActiveSwitchSet(unsigned int switchSet) { _activeSwitchSet = switchSet; }
|
||||
|
||||
/** Get which of the available switch set lists to use.*/
|
||||
unsigned int getActiveSwitchSet(unsigned int switchSet) { return _activeSwitchSet; }
|
||||
unsigned int getActiveSwitchSet() const { return _activeSwitchSet; }
|
||||
|
||||
typedef std::vector<bool> ValueList;
|
||||
typedef std::vector<ValueList> SwitchSetList;
|
||||
|
||||
Reference in New Issue
Block a user