mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Merge branch 'mergeladder-colormap-plane-fix' into 'master'
Fix colormap bug on Software renderer planes See merge request KartKrew/Kart!565
This commit is contained in:
commit
da7a8e09cf
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ static void R_MapPlane(INT32 y, INT32 x1, INT32 x2)
|
||||||
ds_colormap = planezlight[pindex];
|
ds_colormap = planezlight[pindex];
|
||||||
|
|
||||||
if (currentplane->extra_colormap)
|
if (currentplane->extra_colormap)
|
||||||
ds_colormap = currentplane->extra_colormap->colormap;
|
ds_colormap = currentplane->extra_colormap->colormap + (ds_colormap - colormaps);
|
||||||
|
|
||||||
ds_fullbright = colormaps;
|
ds_fullbright = colormaps;
|
||||||
if (encoremap && !currentplane->noencore)
|
if (encoremap && !currentplane->noencore)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue