mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Don't set the leadside
This commit is contained in:
parent
9f728580b6
commit
af084542c4
1 changed files with 0 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue