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:
@@ -150,8 +150,8 @@ C_SteamJet::C_SteamJet()
|
||||
m_bFaceLeft = false;
|
||||
m_ParticleEffect.SetAlwaysSimulate( false ); // Don't simulate outside the PVS or frustum.
|
||||
|
||||
m_vLastRampUpdatePos.Init( 1e16, 1e16, 1e16 );
|
||||
m_vLastRampUpdateAngles.Init( 1e16, 1e16, 1e16 );
|
||||
m_vLastRampUpdatePos.Init( 1e24, 1e24, 1e24 );
|
||||
m_vLastRampUpdateAngles.Init( 1e24, 1e24, 1e24 );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user