From a60e1e030d624a255e544cabdf98a2df5bb6efdc Mon Sep 17 00:00:00 2001 From: Crozet Sébastien Date: Sun, 13 Sep 2020 10:34:49 +0200 Subject: Disable physx query shapes for now. --- src_testbed/physx_backend.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src_testbed/physx_backend.rs') diff --git a/src_testbed/physx_backend.rs b/src_testbed/physx_backend.rs index 8e08a2e..8131b37 100644 --- a/src_testbed/physx_backend.rs +++ b/src_testbed/physx_backend.rs @@ -196,8 +196,7 @@ impl PhysxWorld { } } else { physx_sys::PxShapeFlags { - mBits: physx_sys::PxShapeFlag::eSIMULATION_SHAPE as u8 - | physx_sys::PxShapeFlag::eSCENE_QUERY_SHAPE as u8, + mBits: physx_sys::PxShapeFlag::eSIMULATION_SHAPE as u8, // | physx_sys::PxShapeFlag::eSCENE_QUERY_SHAPE as u8, } }; -- cgit