From 96d3b8d866efb12da1a4e4c69ce2a82fc0c5ec61 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 6 Aug 2022 05:06:55 +0200 Subject: [PATCH] Improve Shape2D's `custom_solver_bias` description (cherry picked from commit 373e3dffb47d5a6e03617998e538549a6e7cb3be) --- doc/classes/Shape2D.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/classes/Shape2D.xml b/doc/classes/Shape2D.xml index edac424f7c2..cf3ec4b3d81 100644 --- a/doc/classes/Shape2D.xml +++ b/doc/classes/Shape2D.xml @@ -69,7 +69,8 @@ - The shape's custom solver bias. + The shape's custom solver bias. Defines how much bodies react to enforce contact separation when this shape is involved. + When set to [code]0.0[/code], the default value of [code]0.3[/code] is used.