* Bug fix to collision optimisation (arQon)
This commit is contained in:
parent
5692e30fa9
commit
da8f451263
4 changed files with 44 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue