Changeset 11112
- Timestamp:
- 02/25/10 18:13:15 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/dxf/dxfFile.cpp
r4801 r11112 92 92 } else if (cv._groupCode == 0 && s == std::string("EOF")) { 93 93 return 0; 94 } else if (cv._groupCode == 999) { // skip comments 94 95 } else if (cv._groupCode == 2 && _isNewSection) { 95 96 _isNewSection = false;
