mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-09 02:09:35 +00:00
physics: fix a lot of problems
This commit is contained in:
@@ -1041,7 +1041,7 @@ void CPlayerClass::InitVCollision( void )
|
||||
solid_t solid;
|
||||
solid.params = g_PhysDefaultObjectParams;
|
||||
solid.params.mass = 85.0f;
|
||||
solid.params.inertia = 1e16f;
|
||||
solid.params.inertia = 1e24f;
|
||||
solid.params.enableCollisions = false;
|
||||
//disable drag
|
||||
solid.params.dragCoefficient = 0;
|
||||
|
||||
Reference in New Issue
Block a user