mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-25 15:01:13 +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];
|
||||
|
||||
if (currentplane->extra_colormap)
|
||||
ds_colormap = currentplane->extra_colormap->colormap;
|
||||
ds_colormap = currentplane->extra_colormap->colormap + (ds_colormap - colormaps);
|
||||
|
||||
ds_fullbright = colormaps;
|
||||
if (encoremap && !currentplane->noencore)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue