Fix particle system crash on Windows when system grows older flag is True

This commit is contained in:
rdb 2009-07-17 05:31:22 +00:00
parent e99a50cb14
commit c3b3113a1a

View File

@ -121,8 +121,10 @@ do_particles(float dt) {
} }
} }
if (cur != _ps_list.end()) {
++cur; ++cur;
} }
}
// cout << "PSM::do_particles finished." << endl; // cout << "PSM::do_particles finished." << endl;
// cout << "ParticleSystemManager::doparticles exiting." << endl; // cout << "ParticleSystemManager::doparticles exiting." << endl;
} }