Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3299


Ignore:
Timestamp:
Jul 14, 2009, 11:05:04 PM (15 years ago)
Author:
rgrieder
Message:

Sometimes I honestly ask myself why such things could run on Linux, magic I suppose

File:
1 edited

Legend:

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

    r3289 r3299  
    157157        // START GAME
    158158        this->gameClock_->capture(); // first delta time should be about 0 seconds
     159        // A first item is required for the fps limiter
     160        statisticsTickInfo tickInfo = {0, 0};
     161        statisticsTickTimes_.push_back(tickInfo);
    159162        while (!this->abort_ && !this->activeStates_.empty())
    160163        {
Note: See TracChangeset for help on using the changeset viewer.