| 2937 | } |
| 2938 | |
| 2939 | void ReorderParticleSystems::reorderSystem(float time) |
| 2940 | { |
| 2941 | auto system = static_cast<ParticleSystem*>(_batchNode->getChildren().at(1)); |
| 2942 | _batchNode->reorderChild(system, system->getLocalZOrder() - 1); |
| 2943 | } |
| 2944 | |
| 2945 | void ReorderParticleSystems::update(float dt) |
| 2946 | { |
nothing calls this directly
no test coverage detected