mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -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,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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user