- Timestamp:
- Dec 30, 2008, 4:12:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/gamestates/GSRoot.cc
r2549 r2550 230 230 231 231 // Note: tickInfo.tickLength is modified by GSGraphics or GSDedicated! 232 this->periodTickTime_ += tickInfo.tickLength;232 this->periodTickTime_ += statisticsTickTimes_.back().tickLength; 233 233 if (timeAfterTick > statisticsStartTime_ + statisticsRefreshCycle_) 234 234 {
Note: See TracChangeset
for help on using the changeset viewer.