Changeset 3372 in orxonox.OLD for orxonox/branches/trackManager/src/track_manager.cc
- Timestamp:
- Jan 7, 2005, 3:42:34 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/trackManager/src/track_manager.cc
r3371 r3372 445 445 if (this->localTime <= this->firstTrackElem->duration) 446 446 this->jumpTo(this->localTime); 447 printf("LocalTime is: %f, timestep is: %f\n", this->localTime, dt);448 447 this->localTime += dt; 449 448 if (this->localTime > this->currentTrackElem->startingTime + this->currentTrackElem->duration && this->currentTrackElem->childCount > 0)
Note: See TracChangeset
for help on using the changeset viewer.