diff options
Diffstat (limited to 'source/cmodel.c')
-rw-r--r-- | source/cmodel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cmodel.c b/source/cmodel.c index 8bc4ea0..f44ccbd 100644 --- a/source/cmodel.c +++ b/source/cmodel.c @@ -1072,7 +1072,7 @@ static void CM_BoxLeafs_r( cnode_t *node ) { return; } - s = BoxOnPlaneSide( leaf_mins, leaf_maxs, plane ); + s = BoxOnPlaneSideFast( leaf_mins, leaf_maxs, plane ); if( s == 1 ) { node = node->children[0]; } else if( s == 2 ) { |