Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2550


Ignore:
Timestamp:
Dec 30, 2008, 4:12:09 PM (15 years ago)
Author:
rgrieder
Message:

Forget that you've ever read this eMail ;)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/orxonox/gamestates/GSRoot.cc

    r2549 r2550  
    230230
    231231        // Note: tickInfo.tickLength is modified by GSGraphics or GSDedicated!
    232         this->periodTickTime_ += tickInfo.tickLength;
     232        this->periodTickTime_ += statisticsTickTimes_.back().tickLength;
    233233        if (timeAfterTick > statisticsStartTime_ + statisticsRefreshCycle_)
    234234        {
Note: See TracChangeset for help on using the changeset viewer.