aboutsummaryrefslogtreecommitdiff
path: root/src_testbed
diff options
context:
space:
mode:
Diffstat (limited to 'src_testbed')
-rw-r--r--src_testbed/physx_backend.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src_testbed/physx_backend.rs b/src_testbed/physx_backend.rs
index 9eec3ff..827c81d 100644
--- a/src_testbed/physx_backend.rs
+++ b/src_testbed/physx_backend.rs
@@ -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 {