Convert r_flatplane and r_slopeplane into classes

This commit is contained in:
Magnus Norddahl 2017-01-11 21:59:26 +01:00
commit 0885ff44a0
7 changed files with 92 additions and 65 deletions

View file

@ -467,7 +467,7 @@ void R_SetupFreelook()
globaluclip = -CenterY / InvZtoScale;
globaldclip = (viewheight - CenterY) / InvZtoScale;
R_SetupPlaneSlope();
RenderFlatPlane::SetupSlope();
}
//==========================================================================