Changeset 10588 in orxonox.OLD for branches/cleanup/src/world_entities/test_entity.cc
- Timestamp:
- Feb 13, 2007, 3:36:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/world_entities/test_entity.cc
r10581 r10588 86 86 87 87 //add to track 88 //if(this->entityTrack)89 //this->setParent(this->entityTrack->getTrackNode());88 if(this->entityTrack) 89 this->setParent(this->entityTrack->getTrackNode()); 90 90 91 91 } … … 138 138 139 139 140 //if( this->entityTrack != NULL)141 //this->entityTrack->drawGraph();140 if( this->entityTrack != NULL) 141 this->entityTrack->drawGraph(); 142 142 143 143 } … … 148 148 void TestEntity::tick (float time) 149 149 { 150 //if(this->entityTrack)151 //this->entityTrack->tick(time);150 if(this->entityTrack) 151 this->entityTrack->tick(time); 152 152 153 153
Note: See TracChangeset
for help on using the changeset viewer.