Changeset 10449 in orxonox.OLD for trunk/src/world_entities/space_ships
- Timestamp:
- Jan 28, 2007, 5:46:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/space_ship.cc
r10420 r10449 490 490 void SpaceShip::draw () const 491 491 { 492 if( this->entityTrack != NULL )492 if( this->entityTrack != NULL && this->isDrawTrack()) 493 493 this->entityTrack->drawGraph(); 494 494
Note: See TracChangeset
for help on using the changeset viewer.