aboutsummaryrefslogtreecommitdiff
path: root/src_testbed/physx_backend.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src_testbed/physx_backend.rs')
-rw-r--r--src_testbed/physx_backend.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src_testbed/physx_backend.rs b/src_testbed/physx_backend.rs
index 319736c..011a450 100644
--- a/src_testbed/physx_backend.rs
+++ b/src_testbed/physx_backend.rs
@@ -421,6 +421,11 @@ impl PhysxWorld {
&frame2 as *const _,
);
}
+ JointParams::GenericJoint(_) => {
+ eprintln!(
+ "Joint type currently unsupported by the nphysics backend: GenericJoint."
+ )
+ }
}
}
}