Start fixing the parallel version.
This commit is contained in:
committed by
Sébastien Crozet
parent
fb20d72ee2
commit
412fedf7e3
@@ -311,7 +311,6 @@ impl PhysxWorld {
|
||||
);
|
||||
}
|
||||
} else if !parent_body.is_dynamic() {
|
||||
println!("Ground collider");
|
||||
let actor = rapier2static.get_mut(&parent_handle).unwrap();
|
||||
actor.attach_shape(&mut px_shape);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user