aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/cm_trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/qcommon/cm_trace.c')
-rw-r--r--code/qcommon/cm_trace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/qcommon/cm_trace.c b/code/qcommon/cm_trace.c
index a2873b1..bab7eed 100644
--- a/code/qcommon/cm_trace.c
+++ b/code/qcommon/cm_trace.c
@@ -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;
}