[Orxonox-commit 905] r5628 - code/branches/libraries/src/core

landauf at orxonox.net landauf at orxonox.net
Wed Aug 12 00:27:46 CEST 2009


Author: landauf
Date: 2009-08-12 00:27:46 +0200 (Wed, 12 Aug 2009)
New Revision: 5628

Modified:
   code/branches/libraries/src/core/Core.cc
Log:
small bugfix (thx reto)

Modified: code/branches/libraries/src/core/Core.cc
===================================================================
--- code/branches/libraries/src/core/Core.cc	2009-08-11 21:09:25 UTC (rev 5627)
+++ code/branches/libraries/src/core/Core.cc	2009-08-11 22:27:46 UTC (rev 5628)
@@ -279,7 +279,7 @@
             size_t pluginextensionlength = pluginextension.size();
 
             // Search in the directory of our executable
-            boost::filesystem::path searchpath = this->getRootPath() / ORXONOX_PLUGIN_INSTALL_PATH;
+            boost::filesystem::path searchpath = this->configuration_->pluginPath_;
 
             boost::filesystem::directory_iterator file(searchpath);
             boost::filesystem::directory_iterator end;




More information about the Orxonox-commit mailing list