added shadows to particles

This commit is contained in:
ZappoMan 2013-12-12 15:44:06 -08:00
parent 18cbb2d00f
commit 08591481a6

View file

@ -2920,6 +2920,7 @@ void Application::updateShadowMap() {
glTranslatef(translation.x, translation.y, translation.z);
renderAvatars(true);
_particles.render();
glPopMatrix();