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.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src_testbed/physx_backend.rs b/src_testbed/physx_backend.rs
index b06fd7e..8e08a2e 100644
--- a/src_testbed/physx_backend.rs
+++ b/src_testbed/physx_backend.rs
@@ -196,7 +196,8 @@ impl PhysxWorld {
}
} else {
physx_sys::PxShapeFlags {
- mBits: physx_sys::PxShapeFlag::eSIMULATION_SHAPE as u8,
+ mBits: physx_sys::PxShapeFlag::eSIMULATION_SHAPE as u8
+ | physx_sys::PxShapeFlag::eSCENE_QUERY_SHAPE as u8,
}
};