Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5115 in orxonox.OLD for trunk/src/util/animation/animation3d.cc


Ignore:
Timestamp:
Aug 24, 2005, 1:30:13 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: reimplemented the list functions, as i did before in revision 5110.
This time, i looked out for the bugs, and i think i found one

@patrick: i know, that you do not want to code at the moment… :/ → see mail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/animation/animation3d.cc

    r5111 r5115  
    5858  // delete all the KeyFrames
    5959  tIterator<KeyFrame3D>* itKF = keyFrameList->getIterator();
    60   KeyFrame3D*  enumKF = itKF->nextElement();
     60  KeyFrame3D*  enumKF = itKF->firstElement();
    6161  while (enumKF)
    6262    {
Note: See TracChangeset for help on using the changeset viewer.