Changeset 5628 for code/branches/libraries
- Timestamp:
- Aug 12, 2009, 12:27:46 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries/src/core/Core.cc
r5626 r5628 280 280 281 281 // Search in the directory of our executable 282 boost::filesystem::path searchpath = this-> getRootPath() / ORXONOX_PLUGIN_INSTALL_PATH;282 boost::filesystem::path searchpath = this->configuration_->pluginPath_; 283 283 284 284 boost::filesystem::directory_iterator file(searchpath);
Note: See TracChangeset
for help on using the changeset viewer.