Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 13, 2007, 3:36:20 PM (17 years ago)
Author:
bensch
Message:

removed track manager and reinjected the Track

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cleanup/src/world_entities/test_entity.cc

    r10581 r10588  
    8686
    8787 //add to track
    88 //   if(this->entityTrack)
    89 //     this->setParent(this->entityTrack->getTrackNode());
     88  if(this->entityTrack)
     89    this->setParent(this->entityTrack->getTrackNode());
    9090
    9191}
     
    138138
    139139
    140 // if( this->entityTrack != NULL)
    141 //     this->entityTrack->drawGraph();
     140if( this->entityTrack != NULL)
     141    this->entityTrack->drawGraph();
    142142
    143143}
     
    148148void TestEntity::tick (float time)
    149149{
    150 // if(this->entityTrack)
    151 //     this->entityTrack->tick(time);
     150 if(this->entityTrack)
     151    this->entityTrack->tick(time);
    152152
    153153
Note: See TracChangeset for help on using the changeset viewer.