X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=gl_rsurf.c;h=e27ff41012c7b77a03eb984080390c6391999314;hp=b0650a996f2bfb6e75d74b2e0f45cab8a2ee8a48;hb=d7df76f224c0d0ebb8a3c7bc0c3125ba638206e6;hpb=2db850514745da30d5d51246cf5c626e81b8e0bc;ds=sidebyside diff --git a/gl_rsurf.c b/gl_rsurf.c index b0650a99..e27ff410 100644 --- a/gl_rsurf.c +++ b/gl_rsurf.c @@ -534,7 +534,7 @@ static void RSurfShader_Water_Pass_Base(msurface_t *s) else { m.transparent = false; - m.blendfunc1 = GL_SRC_ALPHA; + m.blendfunc1 = GL_ONE; m.blendfunc2 = GL_ZERO; } m.numtriangles = s->mesh.numtriangles;