- Timestamp:
- Mar 12, 2011, 11:54:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib/src/libraries/core/GraphicsManager.cc
r7948 r8066 243 243 // Use backslash paths on Windows! file_string() already does that though. 244 244 for (unsigned int i = 0; i < plugins.size(); ++i) 245 #if BOOST_FILESYSTEM_VERSION < 3 245 246 ogreRoot_->loadPlugin((folder / plugins[i]).file_string()); 247 #else 248 ogreRoot_->loadPlugin((folder / plugins[i]).string()); 249 #endif 246 250 } 247 251
Note: See TracChangeset
for help on using the changeset viewer.