mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove misplaced line from R_DrawTiltedSplat_NPO2_8
This commit is contained in:
parent
78b8def506
commit
d5d8124ab8
1 changed files with 0 additions and 1 deletions
|
|
@ -666,7 +666,6 @@ void R_DrawTiltedSplat_NPO2_8(void)
|
|||
for (; width != 0; width--)
|
||||
{
|
||||
colormap = planezlight[tiltlighting[ds_x1++]] + (ds_colormap - colormaps);
|
||||
val = source[((v >> nflatyshift) & nflatmask) | (u >> nflatxshift)];
|
||||
// Lactozilla: Non-powers-of-two
|
||||
{
|
||||
fixed_t x = (((fixed_t)u) >> FRACBITS);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue