Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5628


Ignore:
Timestamp:
Aug 12, 2009, 12:27:46 AM (15 years ago)
Author:
landauf
Message:

small bugfix (thx reto)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/libraries/src/core/Core.cc

    r5626 r5628  
    280280
    281281            // 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_;
    283283
    284284            boost::filesystem::directory_iterator file(searchpath);
Note: See TracChangeset for help on using the changeset viewer.