* Bug fix to collision optimisation (arQon)

This commit is contained in:
Tim Angus 2007-10-06 21:59:17 +00:00
parent 5692e30fa9
commit da8f451263
4 changed files with 44 additions and 3 deletions

View file

@ -685,7 +685,7 @@ void CM_TraceThroughLeaf( traceWork_t *tw, cLeaf_t *leaf ) {
continue;
}
if ( !BoundsIntersect( tw->bounds[0], tw->bounds[1],
if ( !CM_BoundsIntersect( tw->bounds[0], tw->bounds[1],
b->bounds[0], b->bounds[1] ) ) {
continue;
}