Fixed chasecam (RecursiveHullCheck bug)
This commit is contained in:
parent
b3c239b585
commit
092112fca7
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ plane_t *HitPlane (vec3_t start, vec3_t end)
|
|||
trace.allsolid = true;
|
||||
VectorCopy (end, trace.endpos);
|
||||
|
||||
SV_RecursiveHullCheck (cl.worldmodel->hulls, 0, 0, 1, start, end, &trace);
|
||||
SV_RecursiveHullCheck (cl.worldmodel, 0, 0, 1, start, end, &trace);
|
||||
|
||||
junk = trace.plane;
|
||||
return &junk;
|
||||
|
|
Loading…
Reference in a new issue