| 1505 | } |
| 1506 | |
| 1507 | void ParticleSystem::resimulate(float seconds, float frameRate) |
| 1508 | { |
| 1509 | this->resetSystem(); |
| 1510 | this->simulate(seconds, frameRate); |
| 1511 | } |
| 1512 | |
| 1513 | void ParticleSystem::onEnter() |
| 1514 | { |
nothing calls this directly
no test coverage detected