Changeset 4318 in orxonox.OLD for orxonox/trunk/src/lib/graphics/particles/particle_system.cc
- Timestamp:
- May 27, 2005, 12:53:34 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/particles/particle_system.cc
r4176 r4318 34 34 ParticleSystem::ParticleSystem (unsigned int maxCount, PARTICLE_TYPE type) 35 35 { 36 this->setClass Name ("ParticleSystem");36 this->setClassID(CL_PARTICLE_SYSTEM); 37 37 this->material = NULL; 38 38 this->name = NULL;
Note: See TracChangeset
for help on using the changeset viewer.