From 5954f82e44aa76ab90aebe30f286470315a24acc Mon Sep 17 00:00:00 2001 From: skyace65 Date: Wed, 19 Aug 2020 22:16:58 -0400 Subject: [PATCH] Update CollisionShape2D doc (cherry picked from commit fe8d99885876128c5aa67cde81769dcdca88d397) --- doc/classes/CollisionShape2D.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/CollisionShape2D.xml b/doc/classes/CollisionShape2D.xml index 015db91f105..db082f50e8b 100644 --- a/doc/classes/CollisionShape2D.xml +++ b/doc/classes/CollisionShape2D.xml @@ -13,7 +13,7 @@ - A disabled collision shape has no effect in the world. + A disabled collision shape has no effect in the world. This property should be changed with [method Object.set_deferred]. Sets whether this collision shape should only detect collision on one side (top or bottom).