We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982ed33 commit b34b0a2Copy full SHA for b34b0a2
utils/pxrad/qrad.cpp
@@ -2149,8 +2149,7 @@ static void MakeTransfers( int threadnum )
2149
if( DotProduct( origin1, plane2->normal ) <= PatchPlaneDist( patch2 ) + MINIMUM_PATCH_DISTANCE )
2150
continue;
2151
2152
- // we ignore models here, brushes only
2153
- if( TestLine( threadnum, origin1, origin2, true ) != CONTENTS_EMPTY )
+ if( TestLine( threadnum, origin1, origin2, false ) != CONTENTS_EMPTY )
2154
2155
2156
vispatches[count] = patch2;
0 commit comments