Skip to content

BUG: Fix issue with PbdObjectCollision not allowing other handlers to be set

The handler in the PbdObjectCollision could not be swapped as it was passed by value into a lambda.

Merge request reports