From 0e9a9a7ee2be857f7e72a3a6fb1c1fe6709b5c6a Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Thu, 17 Feb 2022 01:21:32 +0800 Subject: [PATCH] Fix description of OccluderShapePolygon.two_way --- doc/classes/OccluderShapePolygon.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/OccluderShapePolygon.xml b/doc/classes/OccluderShapePolygon.xml index ad903a55980..f03b32c6509 100644 --- a/doc/classes/OccluderShapePolygon.xml +++ b/doc/classes/OccluderShapePolygon.xml @@ -37,7 +37,7 @@ Allows changing the polygon geometry from code. - Specifies whether the occluder should operate one way only, or from both sides. + Specifies whether the occluder should operate from both sides. If [code]false[/code], the occluder will operate one way only.