From: havoc Date: Mon, 4 Apr 2005 19:33:09 +0000 (+0000) Subject: fixed a unintended-water-scroll bug on transparent fullbright surfaces X-Git-Tag: xonotic-v0.1.0preview~5022 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a4c841abe711873346dd1eb47a78a6c8785c21fd;p=xonotic%2Fdarkplaces.git fixed a unintended-water-scroll bug on transparent fullbright surfaces git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5155 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/gl_rsurf.c b/gl_rsurf.c index a9a4f78d..6dfb17bc 100644 --- a/gl_rsurf.c +++ b/gl_rsurf.c @@ -646,7 +646,6 @@ static void R_DrawSurfaceList(const entity_render_t *ent, texture_t *texture, in m.tex[0] = R_GetTexture(texture->skin.base); if (waterscrolling) m.texmatrix[0] = r_surf_waterscrollmatrix; - m.texmatrix[0] = r_surf_waterscrollmatrix; m.pointer_color = varray_color4f; colorscale = 1; if (gl_combine.integer)