]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_rsurf.c
round the pitchchange setting to the nearest value
[xonotic/darkplaces.git] / gl_rsurf.c
index 068058970b19534bcab3d08729e8ea01ddf81a20..4f7d7f3ddd0331f5a1541cf1a209777c9a3821e1 100644 (file)
@@ -581,7 +581,7 @@ void R_Q1BSP_DrawAddWaterPlanes(entity_render_t *ent)
        if (ent == r_refdef.scene.worldentity)
                RSurf_ActiveWorldEntity();
        else
-               RSurf_ActiveModelEntity(ent, false, false, false);
+               RSurf_ActiveModelEntity(ent, true, false, false);
 
        surfaces = model->data_surfaces;
        flagsmask = MATERIALFLAG_WATERSHADER | MATERIALFLAG_REFRACTION | MATERIALFLAG_REFLECTION | MATERIALFLAG_CAMERA;