Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3798 in orxonox.OLD for orxonox/trunk/src/animation.h


Ignore:
Timestamp:
Apr 13, 2005, 5:22:56 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: play/rewind and so on work perfectly. (you can try them out on [1-5] keys
1 play
2 stop
3 pause
4 replay
5 rewind

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/animation.h

    r3797 r3798  
    170170  this->currentKeyFrame = keyFrameList->firstElement();
    171171  this->nextKeyFrame = keyFrameList->nextElement(keyFrameList->firstElement());
     172  this->localTime = 0.0;
    172173}
    173174
Note: See TracChangeset for help on using the changeset viewer.