Changeset 4762 in orxonox.OLD for orxonox/trunk/src/lib/particles
- Timestamp:
- Jul 2, 2005, 1:34:42 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/particles/particle_system.cc
r4746 r4762 39 39 \param type The Type of the ParticleSystem 40 40 */ 41 ParticleSystem::ParticleSystem (unsigned int maxCount, PARTICLE_TYPE type) : PhysicsInterface(this)41 ParticleSystem::ParticleSystem (unsigned int maxCount, PARTICLE_TYPE type) 42 42 { 43 43 this->init(); … … 51 51 \param root: the XML-element to load from 52 52 */ 53 ParticleSystem::ParticleSystem(const TiXmlElement* root) : PhysicsInterface(this)53 ParticleSystem::ParticleSystem(const TiXmlElement* root) 54 54 { 55 55 this->init();
Note: See TracChangeset
for help on using the changeset viewer.