Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1090


Ignore:
Timestamp:
Apr 17, 2008, 1:39:17 PM (16 years ago)
Author:
rgrieder
Message:
  • ..\..\media —> ..\..\Media as the default folder for the media files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/GraphicsEngine.cc

    r1062 r1090  
    107107  void GraphicsEngine::setConfigValues()
    108108  {
    109     SetConfigValue(dataPath_, "../../media/").description("relative path to media data");
     109    SetConfigValue(dataPath_, "../../Media/").description("relative path to media data");
    110110    SetConfigValue(ogreLogfile_, "ogre.log").description("Logfile for messages from Ogre. Use \"\" to suppress log file creation.");
    111111    SetConfigValue(ogreLogLevelTrivial_ , 5).description("Corresponding orxonox debug level for ogre Trivial");
Note: See TracChangeset for help on using the changeset viewer.