- Timestamp:
- Jul 18, 2009, 4:03:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/worldentities/ParticleEmitter.h
r3300 r3301 66 66 { this->LOD_ = static_cast<LODParticle::Value>(level); this->LODchanged(); } 67 67 inline unsigned int getLODxml() const 68 { return (unsigned int)this->LOD_; }68 { return static_cast<unsigned int>(this->LOD_); } 69 69 70 70 void sourceChanged();
Note: See TracChangeset
for help on using the changeset viewer.