libpsys
diff src/psys_gl.c @ 3:133094e2f5a5
reorganizing
author | John Tsiombikas <nuclear@mutantstargoat.com> |
---|---|
date | Mon, 26 Sep 2011 18:20:11 +0300 |
parents | 6e5342a2529a |
children | 613d2bf3ea1f |
line diff
1.1 --- a/src/psys_gl.c Sun Sep 25 04:26:51 2011 +0300 1.2 +++ b/src/psys_gl.c Mon Sep 26 18:20:11 2011 +0300 1.3 @@ -23,7 +23,7 @@ 1.4 glDisable(GL_LIGHTING); 1.5 1.6 glEnable(GL_BLEND); 1.7 - glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); 1.8 + glBlendFunc(GL_SRC_ALPHA, GL_ONE); 1.9 1.10 if(em->tex) { 1.11 glEnable(GL_TEXTURE_2D);