Revert "Turn on recovery as collisions only for floor snapping as this leads to unwanted behaviour for other surface than the floor."

This reverts commit 10395f5df2.
This commit is contained in:
Ricardo Buring 2022-10-05 22:51:29 +02:00
parent f74491fdee
commit 311cdd2571
4 changed files with 12 additions and 6 deletions

View file

@ -524,7 +524,7 @@ public:
bool collide_separation_ray = false;
HashSet<RID> exclude_bodies;
HashSet<ObjectID> exclude_objects;
bool recovery_as_collision = false; // Don't report margin recovery as collision by default, only used for floor snapping.
bool recovery_as_collision = false;
MotionParameters() {}