appsinacup / godot-rapier-physics

Godot Rapier Physics – 2D and 3D physics engine for the Godot game engine. with better stability, performance, liquids, determinism, state serialization and no ghost collisions.
https://godot.rapier.rs
MIT License
421 stars 22 forks source link

Fix signal enter bug #299

Closed Ughuuu closed 2 weeks ago

Ughuuu commented 2 weeks ago

When the body_set_max_contacts_reported is called, we don't update the shapes. Recreate them so they have that flag(a bit excessive, maybe in future we can just iterate and change that flag.