Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2008, 10:25:05 PM (15 years ago)
Author:
rgrieder
Message:

Fixed build due to merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/src/orxonox/gamestates/GSGraphics.cc

    r2509 r2512  
    325325        COUT(4) << "Creating Ogre Root..." << std::endl;
    326326
    327         if (ogrePluginsFile_ == "")
    328         {
    329             COUT(2) << "Warning: Ogre plugins file set to \"\". Defaulting to plugins.cfg" << std::endl;
    330             ModifyConfigValue(ogrePluginsFile_, tset, "plugins.cfg");
    331         }
    332327        if (ogreConfigFile_ == "")
    333328        {
Note: See TracChangeset for help on using the changeset viewer.