Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2699


Ignore:
Timestamp:
Feb 24, 2009, 12:04:04 AM (15 years ago)
Author:
rgrieder
Message:

Typo, curiously didn't test before committing..

File:
1 edited

Legend:

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

    r2697 r2699  
    314314
    315315        // check for config file existence because Ogre displays (caught) exceptions if not
    316         if (!boost::filesystem::exits(ogreConfigFilepath))
     316        if (!boost::filesystem::exists(ogreConfigFilepath))
    317317        {
    318318            // create a zero sized file
Note: See TracChangeset for help on using the changeset viewer.