return had value in function void

This commit is contained in:
titiger 2015-01-10 00:51:19 +01:00
parent 53fc464c30
commit fa3a4439dc
1 changed files with 1 additions and 1 deletions

View File

@ -983,7 +983,7 @@ bool Renderer::validateParticleSystemStillExists(ParticleSystem * particleSystem
}
void Renderer::removeParticleSystemsForParticleOwner(ParticleOwner * particleOwner,ResourceScope rs) {
return particleManager[rs]->removeParticleSystemsForParticleOwner(particleOwner);
particleManager[rs]->removeParticleSystemsForParticleOwner(particleOwner);
}
void Renderer::cleanupParticleSystems(vector<ParticleSystem *> &particleSystems, ResourceScope rs) {