Fix collide_shape return type

Fix PhysicsDirectSpaceState3D::_collide_shape return type.
Also PhysicsDirectSpaceState2D::_collide_shape.
This commit is contained in:
Ricardo Buring
2023-03-23 15:59:41 +01:00
parent b31d00a914
commit 61429a5f49
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
</description>
</method>
<method name="collide_shape">
<return type="PackedVector2Array[]" />
<return type="Vector2[]" />
<param index="0" name="parameters" type="PhysicsShapeQueryParameters2D" />
<param index="1" name="max_results" type="int" default="32" />
<description>