Without this PR, attempting to set max_contacts_reported to the maximum signed 32-bit integer value would attempt to allocate over 200 GiB of RAM, causing Godot and possibly the operating system to freeze. There is now a hard limit defined by constexpr int MAX_CONTACTS_REPORTED_3D_MAX = ...