Changeset 4397 in orxonox.OLD for orxonox/trunk/src/lib/graphics
- Timestamp:
- May 30, 2005, 4:57:04 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/particles/particle_system.cc
r4395 r4397 40 40 \todo this constructor is not jet implemented - do it 41 41 */ 42 ParticleSystem::ParticleSystem (unsigned int maxCount, PARTICLE_TYPE type) 42 ParticleSystem::ParticleSystem (unsigned int maxCount, PARTICLE_TYPE type) : PhysicsInterface(this) 43 43 { 44 44 this->setClassID(CL_PARTICLE_SYSTEM, "ParticleSystem");
Note: See TracChangeset
for help on using the changeset viewer.