* Bug fix to collision optimisation (arQon)
This commit is contained in:
parent
5692e30fa9
commit
da8f451263
4 changed files with 44 additions and 3 deletions
|
@ -1386,7 +1386,7 @@ void CM_TraceThroughPatchCollide( traceWork_t *tw, const struct patchCollide_s *
|
|||
static cvar_t *cv;
|
||||
#endif //BSPC
|
||||
|
||||
if ( !BoundsIntersect( tw->bounds[0], tw->bounds[1],
|
||||
if ( !CM_BoundsIntersect( tw->bounds[0], tw->bounds[1],
|
||||
pc->bounds[0], pc->bounds[1] ) ) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue