Changeset 6633 in orxonox.OLD for trunk/src/lib/particles
- Timestamp:
- Jan 21, 2006, 1:05:05 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/particles/particle_system.cc
r6630 r6633 280 280 void ParticleSystem::tick(float dt) 281 281 { 282 printf("TICKED %f %d\n", dt, this->count);283 282 Particle* tickPart = particles; // the particle to Tick 284 283 Particle* prevPart = NULL;
Note: See TracChangeset
for help on using the changeset viewer.