mirror of
https://github.com/Facepunch/sbox-public.git
synced 2025-12-23 14:38:13 -05:00
fix small mistake in EnhancedCcd
This commit is contained in:
@@ -310,6 +310,9 @@ sealed public partial class Rigidbody : Component, Component.ExecuteInEditor, IG
|
||||
set
|
||||
{
|
||||
if ( field == value ) return;
|
||||
|
||||
field = value;
|
||||
|
||||
if ( _body.IsValid() ) _body.EnhancedCcd = value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user