Changeset 10412 in orxonox.OLD for trunk/src/world_entities/space_ships
- Timestamp:
- Jan 27, 2007, 7:48:48 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/space_ship.cc
r10384 r10412 490 490 void SpaceShip::draw () const 491 491 { 492 if( this->entityTrack != NULL) 493 this->entityTrack->drawGraph(); 494 492 495 WorldEntity::draw(); 493 496 … … 501 504 //glScalef(2.0, 2.0, 2.0); // no double rescale 502 505 // FIXME 506 507 503 508 this->trail->draw(); 504 509
Note: See TracChangeset
for help on using the changeset viewer.