particles: re-added missing intialization of ibo_size

Thanks to ck, who noticed. Apparently it got lost when reverting some changes back and forth for testing, because I had one revision where I didn't need it anymore but I reverted most of that.
directional-lights
David Dormagen 2016-05-12 10:03:02 +02:00
parent 13e02bb418
commit 771bd802f0
1 changed files with 1 additions and 0 deletions

View File

@ -1262,6 +1262,7 @@ C4ParticleSystem::C4ParticleSystem() : frameCounterAdvancedEvent(false)
currentSimulationTime = 0;
globalParticles = 0;
ibo = 0;
ibo_size = 0;
}
C4ParticleSystem::~C4ParticleSystem()