Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/ive/Group.cpp
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgPlugins/ive/Group.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ive/Group.cpp
r10762 r13041 72 72 for(int i=0; i<size; i++) 73 73 { 74 addChild(in->readNode()); 74 addChild(in->readNode()); 75 75 } 76 76 }
