Changeset 3816 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Apr 13, 2005, 11:55:17 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r3812 r3816 162 162 163 163 delete this->simpleAnimation; 164 165 AnimationPlayer::getInstance()->debug(); 164 166 delete AnimationPlayer::getInstance(); // this should be at the end of the unloading sequence. 165 167 //delete garbagecollecor … … 382 384 testAnim->addKeyFrame(1.0, 1.0, ANIM_LINEAR); 383 385 testAnim->setInfinity(ANIM_INF_REWIND); 384 385 386 break; 386 387 } … … 947 948 this->simpleAnimation->tick(seconds); 948 949 AnimationPlayer::getInstance()->tick(seconds); 949 //testAnim->tick(seconds);950 951 950 } 952 951 this->lastFrame = currentFrame;
Note: See TracChangeset
for help on using the changeset viewer.