- Timestamp:
- Feb 24, 2009, 12:04:04 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem3/src/orxonox/gamestates/GSGraphics.cc
r2697 r2699 314 314 315 315 // check for config file existence because Ogre displays (caught) exceptions if not 316 if (!boost::filesystem::exi ts(ogreConfigFilepath))316 if (!boost::filesystem::exists(ogreConfigFilepath)) 317 317 { 318 318 // create a zero sized file
Note: See TracChangeset
for help on using the changeset viewer.