mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
Grievres' non-mtex FB being brighter than mtex FB fix. Note: it breaks non-RGBA replacement textures
This commit is contained in:
parent
ca6112767c
commit
e9d57e0401
1 changed files with 0 additions and 2 deletions
|
@ -126,7 +126,6 @@ R_RenderFullbrights (void)
|
||||||
int i, j;
|
int i, j;
|
||||||
glpoly_t *p;
|
glpoly_t *p;
|
||||||
|
|
||||||
qfglBlendFunc (GL_ONE, GL_ONE);
|
|
||||||
for (i = 1; i < MAX_GLTEXTURES; i++) {
|
for (i = 1; i < MAX_GLTEXTURES; i++) {
|
||||||
if (!fullbright_polys[i])
|
if (!fullbright_polys[i])
|
||||||
continue;
|
continue;
|
||||||
|
@ -141,7 +140,6 @@ R_RenderFullbrights (void)
|
||||||
qfglEnd ();
|
qfglEnd ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
qfglBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void
|
inline void
|
||||||
|
|
Loading…
Reference in a new issue