Changeset 10720 in orxonox.OLD for branches/presentation/src/world_entities/space_ships
- Timestamp:
- Jun 18, 2007, 7:07:29 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/space_ships/space_ship.cc
r10719 r10720 422 422 void SpaceShip::draw () const 423 423 { 424 if( this->entityTrack != NULL && this->isDrawTrack())424 // if( this->entityTrack != NULL && this->isDrawTrack()) 425 425 this->entityTrack->drawGraph(); 426 426
Note: See TracChangeset
for help on using the changeset viewer.