- Timestamp:
- Aug 31, 2010, 1:00:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/GraphicsManager.cc
r7236 r7276 293 293 boost::filesystem::path folder(ogrePluginsDirectory_); 294 294 // Do some SubString magic to get the comma separated list of plugins 295 SubString plugins(ogrePlugins_, ",", " ", false, '\\', false, '"', false, ' (', ')', false, '\0');295 SubString plugins(ogrePlugins_, ",", " ", false, '\\', false, '"', false, '{', '}', false, '\0'); 296 296 // Use backslash paths on Windows! file_string() already does that though. 297 297 for (unsigned int i = 0; i < plugins.size(); ++i)
Note: See TracChangeset
for help on using the changeset viewer.