Changeset 3629 in orxonox.OLD for orxonox/trunk/src/world_entities/projectile.cc
- Timestamp:
- Mar 22, 2005, 11:15:54 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/projectile.cc
r3618 r3629 42 42 Projectile::~Projectile () 43 43 { 44 44 /* 45 do not delete the test projectModel, since it is pnode 46 and will be cleaned out by world 47 */ 48 //delete this->projectileModel; 45 49 } 46 50 … … 78 82 this->getAbsDir().matrix (matrix); 79 83 glMultMatrixf((float*)matrix); 80 this->model->draw(); 84 //this->model->draw(); 85 PRINTF(1)("draw draw draw draw draw draw \n"); 86 this->projectileModel->draw(); 81 87 82 88 glPopMatrix();
Note: See TracChangeset
for help on using the changeset viewer.