Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 1, 2005, 9:50:30 AM (20 years ago)
Author:
bensch
Message:

orxonox/branches/trackManager: merged trunk back to trackManager
merged with command
svn merge -r 3369:HEAD trunk/ branches/trackManager
resoloved conflicts in favor of the trunk.

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  
    376376  int tmpCurrentWorkingID = this->currentTrackElem->ID;
    377377  this->workOn(trackIDs[0]);
    378   float tmpLatestTime = this->currentTrackElem->endTime;
     378  float tmpLatestTime = 0;
    379379
    380380  TrackElement* firstJoint = this->currentTrackElem;
     
    392392      if (tmpJoinElem->childCount == 0
    393393          && tmpJoinElem->endTime > tmpLatestTime)
    394             tmpLatestTime = tmpJoinElem->endTime;
     394        tmpLatestTime = tmpJoinElem->endTime;
    395395    }
    396396  // Joining:
Note: See TracChangeset for help on using the changeset viewer.