Merge branch 'develop' of github-softcoder-megaglest:MegaGlest/megaglest-source into develop

This commit is contained in:
SoftCoder
2014-11-28 16:23:14 -08:00
3 changed files with 9 additions and 6 deletions

View File

@@ -64,6 +64,9 @@ void ParticleRendererGl::renderManager(ParticleManager *pm, ModelRenderer *mr){
pm->render(this, mr);
rendering= false;
// blend mode back to normal
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
//pop state
glPopClientAttrib();
glPopAttrib();