Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4777 in orxonox.OLD for orxonox/trunk/src/orxonox.cc


Ignore:
Timestamp:
Jul 2, 2005, 7:21:50 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: ability to disable textures

File:
1 edited

Legend:

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

    r4770 r4777  
    153153  GraphicsEngine::getInstance()->setWindowName(PACKAGE_NAME " " PACKAGE_VERSION, PACKAGE_NAME " " PACKAGE_VERSION);
    154154
    155   GraphicsEngine::getInstance()->loadFromIniFile(this->iniParser, CONFIG_SECTION_VIDEO);
     155  GraphicsEngine::getInstance()->loadFromIniFile(this->iniParser);
    156156
    157157  return 0;
Note: See TracChangeset for help on using the changeset viewer.