(physx) Adding a contact between a vehicle and a body is never triggered.
However, the worker does detect the contact - it only doesn't find the name of the object so it doesnt call the callback.

In the supplied screenshot - when the worker receives the "addVehicle" - it just lacks:
case "vehicle":
C.set(A.vehicleActor.ptr, A.name);
then later on, Q is found correctly as the vehicle and the callback reaches phy.
