mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
physics: fix a lot of problems
This commit is contained in:
@@ -311,7 +311,7 @@ CPositionInterpolator_Rope::CPositionInterpolator_Rope()
|
||||
m_nSegments = 5;
|
||||
|
||||
for( int i=0; i < 2; i++ )
|
||||
m_Delegate.m_CurEndPoints[i] = Vector( 1e16, 1e16, 1e16 );
|
||||
m_Delegate.m_CurEndPoints[i] = Vector( 1e24, 1e24, 1e24 );
|
||||
}
|
||||
|
||||
void CPositionInterpolator_Rope::Release()
|
||||
|
||||
Reference in New Issue
Block a user