Fix for r_lightmap_components 4 weirdness.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-11-04 20:58:46 +00:00
parent 23a2760194
commit a856cbc413

View file

@ -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;