- Timestamp:
- Apr 26, 2005, 4:22:58 PM (20 years ago)
- Location:
- orxonox/trunk/src/util/animation
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/animation/animation.cc
r3982 r3988 36 36 this->keyFramesToPlay = -1; 37 37 this->localTime = 0.0; 38 this->bRunning = true;38 this->bRunning = false; 39 39 40 40 AnimationPlayer::getInstance()->addAnimation(this); -
orxonox/trunk/src/util/animation/animation3d.cc
r3986 r3988 47 47 this->animFuncRot = &Animation3D::rLinear; 48 48 49 this->bRunning = false;50 49 } 51 50
Note: See TracChangeset
for help on using the changeset viewer.