Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 29, 2008, 10:22:53 AM (16 years ago)
Author:
landauf
Message:
  • small char-length tweaking for my system (because i have to show the shell)
  • fixed bug causing orxonox to loop forever when loading the config file (you'll like this, felix)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/orxonox/GraphicsEngine.h

    r1466 r1477  
    7272            int getWindowWidth() const;
    7373            int getWindowHeight() const;
     74            float getWindowAspectRatio() const;
    7475            float getAverageFPS() const
    7576            { if (renderWindow_) return this->renderWindow_->getAverageFPS(); else return 0.0f; }
Note: See TracChangeset for help on using the changeset viewer.