Changeset 4832 in orxonox.OLD for orxonox/trunk/src/util
- Timestamp:
- Jul 11, 2005, 5:45:27 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/track/track_manager.cc
r4746 r4832 1074 1074 void TrackManager::tick(float dt) 1075 1075 { 1076 dt /= 1000;1077 1076 PRINTF(4)("CurrentTrackID: %d, LocalTime is: %f, timestep is: %f\n", this->currentTrackElem->ID, this->localTime, dt); 1078 1077 if (this->localTime <= this->firstTrackElem->duration)
Note: See TracChangeset
for help on using the changeset viewer.