Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3744 in orxonox.OLD for orxonox/trunk/src/story_entities/world.cc


Ignore:
Timestamp:
Apr 7, 2005, 3:07:20 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: SimpleAnimation works again :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.cc

    r3739 r3744  
    495495            this->simpleAnimation->addKeyFrame(f1);
    496496            this->simpleAnimation->addKeyFrame(f2);
     497            this->simpleAnimation->start();
    497498            //this->simpleAnimation->addKeyFrame(f3);
    498499            //this->simpleAnimation->addKeyFrame(f2);
    499500            this->simpleAnimation->animatorEnd();
    500501
    501             this->simpleAnimation->start();
    502502
    503503            /*
Note: See TracChangeset for help on using the changeset viewer.