From e7edbcedc93c61b38c6d603e2652076b9dc0552a Mon Sep 17 00:00:00 2001 From: Marcel Admiraal Date: Sat, 3 Oct 2020 10:38:52 +0100 Subject: [PATCH] Remove reference to 3D shapes in RigidBody2D.xml contacts description. --- doc/classes/RigidBody2D.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/RigidBody2D.xml b/doc/classes/RigidBody2D.xml index 101f29c43e2..eca5b8054d4 100644 --- a/doc/classes/RigidBody2D.xml +++ b/doc/classes/RigidBody2D.xml @@ -138,7 +138,7 @@ The maximum number of contacts that will be recorded. Requires [member contact_monitor] to be set to [code]true[/code]. - [b]Note:[/b] The number of contacts is different from the number of collisions. Collisions between parallel edges will result in two contacts (one at each end), and collisions between parallel faces will result in four contacts (one at each corner). + [b]Note:[/b] The number of contacts is different from the number of collisions. Collisions between parallel edges will result in two contacts (one at each end). Continuous collision detection mode.