R_RasterizeFloorSplat: set ds_brightmap to NULL

Previously did not set ds_brightmap, so it could sneak in
from a previous span renderer.
This commit is contained in:
James R 2023-04-04 22:15:44 -07:00
parent f087d6d865
commit b92bf69ce5

View file

@ -425,6 +425,8 @@ static void R_RasterizeFloorSplat(floorsplat_t *pSplat, vector2_t *verts, visspr
ds_colormap = vis->colormap;
ds_fullbright = colormaps;
ds_brightmap = NULL;
ds_translation = R_GetSpriteTranslation(vis);
if (ds_translation == NULL)
ds_translation = colormaps;