- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/mdl/ReaderWriterMDL.cpp
r12292 r13041 40 40 // See if we can find the requested file 41 41 std::string fileName = osgDB::findDataFile(file, options, CASE_INSENSITIVE); 42 if (fileName.empty()) 42 if (fileName.empty()) 43 43 return ReadResult::FILE_NOT_FOUND; 44 44 45 45 // Read the file (pass the base name and not the file that was found, this 46 46 // allows us to also find the .vvd and .vtx files without the leading
