mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-03-21 18:21:08 +00:00
Fix R_ClipLineToLight signature
This commit is contained in:
parent
bdb21d20c8
commit
d0198cc8b6
1 changed files with 1 additions and 1 deletions
|
@ -536,7 +536,7 @@ If one point is clearly clipped by the plane and the
|
|||
other point is on the plane, it will be completely removed.
|
||||
===================
|
||||
*/
|
||||
static bool R_ClipLineToLight( const idVec3 &a, const idVec3 &b, const idPlane frustum[4],
|
||||
static bool R_ClipLineToLight( const idVec3 &a, const idVec3 &b, const idPlane frustum[6],
|
||||
idVec3 &p1, idVec3 &p2 ) {
|
||||
float *clip;
|
||||
int j;
|
||||
|
|
Loading…
Reference in a new issue