Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6322 in orxonox.OLD


Ignore:
Timestamp:
Dec 27, 2005, 5:12:20 PM (18 years ago)
Author:
stefalie
Message:

branches/avi_play: controls should now work for sure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/avi_play/src/lib/graphics/importer/movie_player.cc

    r6321 r6322  
    8282void MoviePlayer::start(unsigned int start_frame)
    8383{
    84   if(start_frame < 2)
    85     texture = media_container->getFrame(2);
    86   else
    87     texture = media_container->getFrame(start_frame);
     84  texture = media_container->getFrame(start_frame);
    8885  status = PLAY;
    8986}
Note: See TracChangeset for help on using the changeset viewer.