mirror of
https://github.com/glest/glest-source.git
synced 2025-08-22 07:52:51 +02:00
- bugfix for VERY BAD missing return value
This commit is contained in:
@@ -478,7 +478,7 @@ void Renderer::manageParticleSystem(ParticleSystem *particleSystem, ResourceScop
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool Renderer::validateParticleSystemStillExists(ParticleSystem * particleSystem,ResourceScope rs) const {
|
bool Renderer::validateParticleSystemStillExists(ParticleSystem * particleSystem,ResourceScope rs) const {
|
||||||
particleManager[rs]->validateParticleSystemStillExists(particleSystem);
|
return particleManager[rs]->validateParticleSystemStillExists(particleSystem);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Renderer::cleanupParticleSystems(vector<ParticleSystem *> &particleSystems, ResourceScope rs) {
|
void Renderer::cleanupParticleSystems(vector<ParticleSystem *> &particleSystems, ResourceScope rs) {
|
||||||
|
Reference in New Issue
Block a user