Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 17, 2005, 1:21:59 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: animation: more adaptions to the new Framework

File:
1 edited

Legend:

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

    r3848 r3851  
    3838#include "track_manager.h"
    3939#include "garbage_collector.h"
    40 #include "simple_animation.h"
    4140#include "animation_player.h"
    4241
     
    161160  TextEngine::getInstance()->flush();
    162161
    163   delete this->simpleAnimation;
    164 
    165162  AnimationPlayer::getInstance()->debug();
    166163  delete AnimationPlayer::getInstance(); // this should be at the end of the unloading sequence.
     
    203200  wi->init(this);
    204201  this->garbageCollector = GarbageCollector::getInstance();
    205   this->simpleAnimation = SimpleAnimation::getInstance();
    206202}
    207203
     
    935931      this->localCamera->tick(this->dt);
    936932      this->garbageCollector->tick(seconds);
    937       this->simpleAnimation->tick(seconds);
     933
    938934      AnimationPlayer::getInstance()->tick(seconds);
    939935    }
Note: See TracChangeset for help on using the changeset viewer.