Changeset 1090 for code/trunk/src
- Timestamp:
- Apr 17, 2008, 1:39:17 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/GraphicsEngine.cc
r1062 r1090 107 107 void GraphicsEngine::setConfigValues() 108 108 { 109 SetConfigValue(dataPath_, "../../ media/").description("relative path to media data");109 SetConfigValue(dataPath_, "../../Media/").description("relative path to media data"); 110 110 SetConfigValue(ogreLogfile_, "ogre.log").description("Logfile for messages from Ogre. Use \"\" to suppress log file creation."); 111 111 SetConfigValue(ogreLogLevelTrivial_ , 5).description("Corresponding orxonox debug level for ogre Trivial");
Note: See TracChangeset
for help on using the changeset viewer.