Changeset 8366 for code/trunk/src/libraries/tools
- Timestamp:
- Apr 30, 2011, 9:31:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/tools/ResourceLocation.cc
r8079 r8366 76 76 if (bf::exists(PathConfig::getDataPath() / this->getPath())) 77 77 path = PathConfig::getDataPath() / this->getPath(); 78 else if (PathConfig:: isDevelopmentRun() && bf::exists(PathConfig::getExternalDataPath() / this->getPath()))78 else if (PathConfig::buildDirectoryRun() && bf::exists(PathConfig::getExternalDataPath() / this->getPath())) 79 79 path = PathConfig::getExternalDataPath() / this->getPath(); 80 80 else
Note: See TracChangeset
for help on using the changeset viewer.