summaryrefslogtreecommitdiff
path: root/doc/classes/CollisionShape.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/CollisionShape.xml')
-rw-r--r--doc/classes/CollisionShape.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/CollisionShape.xml b/doc/classes/CollisionShape.xml
index bbbc07e6d3..c34c0be839 100644
--- a/doc/classes/CollisionShape.xml
+++ b/doc/classes/CollisionShape.xml
@@ -31,7 +31,7 @@
<member name="disabled" type="bool" setter="set_disabled" getter="is_disabled" default="false">
A disabled collision shape has no effect in the world.
</member>
- <member name="shape" type="Shape" setter="set_shape" getter="get_shape" default="null">
+ <member name="shape" type="Shape" setter="set_shape" getter="get_shape">
The actual shape owned by this collision shape.
</member>
</members>