Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 7, 2006, 4:31:54 PM (18 years ago)
Author:
bensch
Message:

better stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/projectiles/hyperblast.cc

    r7076 r7081  
    140140void Hyperblast::draw () const
    141141{
     142  if (this->lifeCycle < .1)
     143  {
    142144  glMatrixMode(GL_MODELVIEW);
    143145  glPushMatrix();
     
    150152
    151153//  glScalef(2.0, this->size, this->size);
    152 //  this->getModel()->draw();
     154  this->getModel()->draw();
    153155
    154156  glPopMatrix();
     157  }
    155158}
    156159
Note: See TracChangeset for help on using the changeset viewer.