mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Clean up of models that are always fullbright.
This commit is contained in:
parent
db87121c2b
commit
1674e6a763
1 changed files with 2 additions and 2 deletions
|
@ -258,9 +258,9 @@ R_BuildLightMap (msurface_t *surf, byte * dest, int stride)
|
||||||
bl = blocklights;
|
bl = blocklights;
|
||||||
|
|
||||||
if (gl_mtex_active) {
|
if (gl_mtex_active) {
|
||||||
shift = 7; // 0-1 lightmap range.
|
shift = 7; // 0-1 lightmap range.
|
||||||
} else {
|
} else {
|
||||||
shift = 8; // 0-2 lightmap range.
|
shift = 8; // 0-2 lightmap range.
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (lightmap_bytes) {
|
switch (lightmap_bytes) {
|
||||||
|
|
Loading…
Reference in a new issue