Add comments.
This commit is contained in:
@@ -520,9 +520,9 @@ fn physx_collider_from_rapier_collider(
|
||||
};
|
||||
let mut material = physics
|
||||
.create_material(
|
||||
collider.co_material.friction,
|
||||
collider.co_material.friction,
|
||||
collider.co_material.restitution,
|
||||
collider.material().friction,
|
||||
collider.material().friction,
|
||||
collider.material().restitution,
|
||||
(),
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
Reference in New Issue
Block a user