mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-29 20:20:43 +00:00
Fix for r_lightmap_components 4 weirdness.
This commit is contained in:
parent
23a2760194
commit
a856cbc413
1 changed files with 0 additions and 1 deletions
|
@ -257,7 +257,6 @@ R_BuildLightMap (msurface_t *surf, byte * dest, int stride)
|
||||||
*dest++ = bound (0, *bl >> shift, 255);
|
*dest++ = bound (0, *bl >> shift, 255);
|
||||||
bl++;
|
bl++;
|
||||||
*dest++ = 255;
|
*dest++ = 255;
|
||||||
bl++;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue