diff --git a/utils/pxrad/qrad.cpp b/utils/pxrad/qrad.cpp index 4b0c090a..2e9977a4 100644 --- a/utils/pxrad/qrad.cpp +++ b/utils/pxrad/qrad.cpp @@ -2149,8 +2149,7 @@ static void MakeTransfers( int threadnum ) if( DotProduct( origin1, plane2->normal ) <= PatchPlaneDist( patch2 ) + MINIMUM_PATCH_DISTANCE ) continue; - // we ignore models here, brushes only - if( TestLine( threadnum, origin1, origin2, true ) != CONTENTS_EMPTY ) + if( TestLine( threadnum, origin1, origin2, false ) != CONTENTS_EMPTY ) continue; vispatches[count] = patch2;