- Timestamp:
- Mar 28, 2019, 4:51:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Boxhead_FS19/src/modules/weapons/projectiles/IceGunProjectile.cc
r11071 r12261 60 60 61 61 Model* model = new Model(this->getContext()); 62 model->setMeshSource(" IceBolt.mesh");62 model->setMeshSource("laserbeam.mesh"); 63 63 model->setScale(15.0); 64 64 this->attach(model);
Note: See TracChangeset
for help on using the changeset viewer.