Changeset 2559 for code/branches/presentation/src/orxonox/gamestates
- Timestamp:
- Dec 31, 2008, 12:29:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/gamestates/GSRoot.cc
r2558 r2559 226 226 statisticsTickTimes_.push_back(tickInfo); 227 227 assert(statisticsTickTimes_.back().tickLength==tickInfo.tickLength); 228 this->periodTickTime_ += tickInfo.tickLength; 228 229 229 230 // Ticks GSGraphics or GSDedicated 230 231 this->tickChild(time); 231 232 232 // Note: tickInfo.tickLength is modified by GSGraphics or GSDedicated!233 this->periodTickTime_ += tickInfo.tickLength;234 233 if (timeAfterTick > statisticsStartTime_ + statisticsRefreshCycle_) 235 234 {
Note: See TracChangeset
for help on using the changeset viewer.