In Android too

This commit is contained in:
codeanticode
2012-01-20 00:01:48 +00:00
parent 95090ae7e0
commit c11b54a9a3
2 changed files with 2 additions and 2 deletions
@@ -1067,7 +1067,7 @@ public class PGL {
}
public void setAdditiveBlend() {
gl.glBlendFunc(GL.GL_SRC_ALPHA, GL.GL_ONE);;
gl.glBlendFunc(GL.GL_SRC_ALPHA, GL.GL_ONE);
}
public void setSubstractiveBlend() {