mirror of
https://github.com/glest/glest-source.git
synced 2025-08-16 13:23:59 +02:00
Merge branch 'develop' of github-softcoder-megaglest:MegaGlest/megaglest-source into develop
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user