Changeset 8366 for code/trunk/src/libraries/core/GraphicsManager.cc
- Timestamp:
- Apr 30, 2011, 9:31:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/GraphicsManager.cc
r8351 r8366 119 119 Loader::open(resources_.get()); 120 120 121 // Only for development runs122 if (PathConfig:: isDevelopmentRun())121 // Only for runs in the build directory (not installed) 122 if (PathConfig::buildDirectoryRun()) 123 123 Ogre::ResourceGroupManager::getSingleton().addResourceLocation(PathConfig::getExternalDataPathString(), "FileSystem"); 124 124 … … 251 251 std::string pluginPath = specialConfig::ogrePluginsDirectory; 252 252 #ifdef DEPENDENCY_PACKAGE_ENABLE 253 if (!PathConfig:: isDevelopmentRun())253 if (!PathConfig::buildDirectoryRun()) 254 254 { 255 255 # if defined(ORXONOX_PLATFORM_WINDOWS)
Note: See TracChangeset
for help on using the changeset viewer.