mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 02:42:20 +00:00
Merge branch 'drawtiltedsplat-npo2-typo' into 'next'
Remove that line again See merge request STJr/SRB2!1645
This commit is contained in:
commit
3597475a9d
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…
Reference in a new issue