Changeset 13041 for OpenSceneGraph/trunk/src/osgWrappers/deprecated-dotosg/osgSim/IO_ShapeAttribute.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_ShapeAttribute.cpp
r12636 r13041 29 29 ShapeAttributeList &sal = static_cast<ShapeAttributeList &>(obj); 30 30 31 31 32 32 int entry = fr[0].getNoNestedBrackets(); 33 33 34 34 while (!fr.eof() && fr[0].getNoNestedBrackets()>=entry) 35 35 { … … 62 62 } 63 63 64 64 65 65 bool ShapeAttributeList_writeLocalData(const osg::Object &obj, osgDB::Output &fw) 66 66 {
