Changeset 13041 for OpenSceneGraph/trunk/src/osgWrappers/deprecated-dotosg/osgSim/IO_MultiSwitch.cpp
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/deprecated-dotosg/osgSim/IO_MultiSwitch.cpp
r10974 r13041 31 31 if (fr[0].matchWord("NewChildDefaultValue")) 32 32 { 33 if (fr[1].matchWord("TRUE")) 33 if (fr[1].matchWord("TRUE")) 34 34 { 35 35 sw.setNewChildDefaultValue(true); … … 58 58 fr[1].getUInt(switchSet); 59 59 fr+=2; 60 60 61 61 sw.setActiveSwitchSet(switchSet); 62 62 } … … 86 86 87 87 ++fr; 88 88 89 89 iteratorAdvanced = true; 90 90 91 91 } 92 92
