Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 27, 2007, 7:48:48 PM (17 years ago)
Author:
patrick
Message:

fixed the translation bug and space ship drawing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/space_ships/space_ship.cc

    r10384 r10412  
    490490void SpaceShip::draw () const
    491491{
     492  if( this->entityTrack != NULL)
     493    this->entityTrack->drawGraph();
     494
    492495  WorldEntity::draw();
    493496
     
    501504  //glScalef(2.0, 2.0, 2.0);  // no double rescale
    502505        // FIXME
     506
     507
    503508  this->trail->draw();
    504509
Note: See TracChangeset for help on using the changeset viewer.