- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/bsp/ReaderWriterBSP.cpp
r9478 r13041 53 53 // See if we can find the requested file 54 54 std::string fileName = osgDB::findDataFile(file, options); 55 if (fileName.empty()) 55 if (fileName.empty()) 56 56 return ReadResult::FILE_NOT_FOUND; 57 57
