Changeset 3430 in orxonox.OLD for orxonox/branches/trackManager/src/track_manager.cc
- Timestamp:
- Mar 1, 2005, 9:50:30 AM (20 years ago)
- Location:
- orxonox/branches/trackManager
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/trackManager
- Property svn:externals set to
-
orxonox/branches/trackManager/src/track_manager.cc
r3376 r3430 376 376 int tmpCurrentWorkingID = this->currentTrackElem->ID; 377 377 this->workOn(trackIDs[0]); 378 float tmpLatestTime = this->currentTrackElem->endTime;378 float tmpLatestTime = 0; 379 379 380 380 TrackElement* firstJoint = this->currentTrackElem; … … 392 392 if (tmpJoinElem->childCount == 0 393 393 && tmpJoinElem->endTime > tmpLatestTime) 394 394 tmpLatestTime = tmpJoinElem->endTime; 395 395 } 396 396 // Joining:
Note: See TracChangeset
for help on using the changeset viewer.