Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 14, 2009, 10:09:12 AM (15 years ago)
Author:
scheusso
Message:

a fix in Clock (more ogre-overflow safe now)
moved framerate control from gsdedicated to game
desired framerate can be controlled by config value FPSLimit_ (in the Game class) now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/netp6/src/core/Game.h

    r3196 r3289  
    131131        unsigned int                    statisticsRefreshCycle_;
    132132        unsigned int                    statisticsAvgLength_;
     133        unsigned int                    FPSLimit_;
    133134        std::string                     levelName_;
    134135
Note: See TracChangeset for help on using the changeset viewer.