Changeset 10921
- Timestamp:
- 01/07/10 10:43:54 (3 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgDB/XmlParser.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgDB/XmlParser.cpp
r10920 r10921 34 34 } 35 35 36 37 36 osg::ref_ptr<XmlNode> root = new XmlNode; 38 37 root->read(input); … … 66 65 input.attach(fin); 67 66 input.readAllDataIntoBuffer(); 67 68 68 if (!input) 69 69 {
