Changeset 3299 for code/branches/netp6/src
- Timestamp:
- Jul 14, 2009, 11:05:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/netp6/src/core/Game.cc
r3289 r3299 157 157 // START GAME 158 158 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); 159 162 while (!this->abort_ && !this->activeStates_.empty()) 160 163 {
Note: See TracChangeset
for help on using the changeset viewer.