Don't set the leadside

This commit is contained in:
smallmodel 2024-11-05 21:48:14 +01:00
parent 9f728580b6
commit af084542c4
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -1660,7 +1660,6 @@ qboolean CM_SightTraceThroughBrush( traceWork_t *tw, cbrush_t *brush )
}
if( f > enterFrac ) {
enterFrac = f;
leadside = side;
}
} else { // leave
f = ( d1 + SURFACE_CLIP_EPSILON ) / ( d1 - d2 );