mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
Fix particle system crash on Windows when system grows older flag is True
This commit is contained in:
parent
e99a50cb14
commit
c3b3113a1a
@ -121,7 +121,9 @@ do_particles(float dt) {
|
||||
}
|
||||
}
|
||||
|
||||
++cur;
|
||||
if (cur != _ps_list.end()) {
|
||||
++cur;
|
||||
}
|
||||
}
|
||||
// cout << "PSM::do_particles finished." << endl;
|
||||
// cout << "ParticleSystemManager::doparticles exiting." << endl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user