- Timestamp:
- Jun 18, 2009, 10:00:15 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/orxonox/objects/weaponsystem/MuzzleFlash.cc
r3185 r3192 40 40 { 41 41 RegisterObject(MuzzleFlash); 42 this->setScale(0.1 );42 this->setScale(0.1f); 43 43 44 44 this->delayTimer_.setTimer(0.1f, false, this, createExecutor(createFunctor(&MuzzleFlash::destroy)));
Note: See TracChangeset
for help on using the changeset viewer.