Merge pull request #77321 from skyace65/Polygon2D

Fix incorrect Polygon2D description
This commit is contained in:
Rémi Verschelde 2023-05-22 14:12:31 +02:00
commit 58eef826a2
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
<return type="PackedFloat32Array" /> <return type="PackedFloat32Array" />
<param index="0" name="index" type="int" /> <param index="0" name="index" type="int" />
<description> <description>
Returns the height values of the specified bone. Returns the weight values of the specified bone.
</description> </description>
</method> </method>
<method name="set_bone_path"> <method name="set_bone_path">