rapier icon indicating copy to clipboard operation
rapier copied to clipboard

QueryFilter need Send + Sync

Open alexniver opened this issue 2 years ago • 0 comments

my condition, main thread run graphics, other thread run rapier, use channel send message, can't send QueryFilter

error message

 `(dyn for<'a> Fn(ColliderHandle, &'a rapier3d::geometry::Collider) -> bool + 'static)` cannot be shared between 
threads safely

alexniver avatar Nov 27 '23 20:11 alexniver