Changeset 10519 in orxonox.OLD for trunk/src/world_entities/particles
- Timestamp:
- Jan 30, 2007, 9:51:21 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/particles/particle_system.cc
r10516 r10519 264 264 emitter->system = this; 265 265 this->emitters.push_back(emitter); 266 267 // init the emitertter with the coordinates of the system 268 emitter->setAbsCoor(this->getAbsCoor()); 269 266 270 } 267 271
Note: See TracChangeset
for help on using the changeset viewer.