Changeset 3265 for code/branches/core4/src/orxonox/objects/weaponsystem
- Timestamp:
- Jul 1, 2009, 1:24:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core4/src/orxonox/objects/weaponsystem/projectiles/LightningGunProjectile.cc
r3196 r3265 56 56 this->materialBase_ = material; 57 57 58 BillboardProjectile::setMaterial(material + convertToString(this->textureIndex_));58 BillboardProjectile::setMaterial(material + multi_cast<std::string>(this->textureIndex_)); 59 59 } 60 60
Note: See TracChangeset
for help on using the changeset viewer.