mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
physics: fix a lot of problems
This commit is contained in:
@@ -770,8 +770,8 @@ void ClearNeighborData( CCoreDispInfo *pDisp )
|
||||
void GetDispBox( CCoreDispInfo *pDisp, CDispBox &box )
|
||||
{
|
||||
// Calculate the bbox for this displacement.
|
||||
Vector vMin( 1e16, 1e16, 1e16 );
|
||||
Vector vMax( -1e16, -1e16, -1e16 );
|
||||
Vector vMin( 1e24, 1e24, 1e24 );
|
||||
Vector vMax( -1e24, -1e24, -1e24 );
|
||||
|
||||
for ( int iVert = 0; iVert < 4; ++iVert )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user