mirror of
https://github.com/glest/glest-source.git
synced 2025-02-25 04:02:30 +01:00
- bugfix for VERY BAD missing return value
This commit is contained in:
parent
cf5b085b2e
commit
17f61a808e
@ -478,7 +478,7 @@ void Renderer::manageParticleSystem(ParticleSystem *particleSystem, ResourceScop
|
||||
}
|
||||
|
||||
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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user