I am using using CCSprites and CCParticleSystems in my code. Since I'm performing on the fly texture conversions, I am using [CCNode visit] to draw everything. I've tried to use the same approach with the particle system but, it didn't work. Which is the right way of using particles without adding them to the current layer and using visit instead?
Thanks!