Changeset 3323 for code/trunk/src/orxonox/GraphicsManager.cc
- Timestamp:
- Jul 19, 2009, 3:11:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/GraphicsManager.cc
r3280 r3323 278 278 boost::filesystem::path folder(ogrePluginsFolder_); 279 279 // Do some SubString magic to get the comma separated list of plugins 280 SubString plugins(ogrePlugins_, ",", " ", false, 92, false, 34, false, 40, 41, false, '\0');280 SubString plugins(ogrePlugins_, ",", " ", false, '\\', false, '"', false, '(', ')', false, '\0'); 281 281 // Use backslash paths on Windows! file_string() already does that though. 282 282 for (unsigned int i = 0; i < plugins.size(); ++i)
Note: See TracChangeset
for help on using the changeset viewer.