defaultwall.glsl: Remove SCROLL permutation ifdef.

This commit is contained in:
Marco Cawthorne 2023-10-11 00:50:13 -07:00
parent a623b1e301
commit 444d611068
Signed by: eukara
GPG key ID: CE2032F0A2882A22

View file

@ -53,11 +53,9 @@ varying mat3 invsurface;
tex_c = v_texcoord;
gl_Position = ftetransform();
#ifdef SCROLL
/* HACK: func_conveyor needs us to scroll this surface! */
if (e_glowmod.g == 0.5)
tex_c[0] += (e_time * (e_glowmod.b * 1024.0)) * -0.01;
#endif
#ifdef REFLECTCUBE
invsurface[0] = v_svector;