mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
wrong argument to SetSlopePlaneVectors
This commit is contained in:
parent
ecbc62f667
commit
25ca00c553
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ static void R_MapTiltedPlane(drawspandata_t *ds, void(*spanfunc)(drawspandata_t*
|
|||
R_SetTiltedSpan(ds, std::clamp(y, 0, viewheight));
|
||||
|
||||
R_CalculatePlaneRipple(ds, ds->currentplane->viewangle + ds->currentplane->plangle);
|
||||
R_SetSlopePlaneVectors(ds, ds->currentplane, x1, (ds->xoffs + ds->planeripple.xfrac), (ds->yoffs + ds->planeripple.yfrac));
|
||||
R_SetSlopePlaneVectors(ds, ds->currentplane, y, (ds->xoffs + ds->planeripple.xfrac), (ds->yoffs + ds->planeripple.yfrac));
|
||||
|
||||
ds->bgofs >>= FRACBITS;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue