Merge pull request #77321 from skyace65/Polygon2D
Fix incorrect Polygon2D description
This commit is contained in:
commit
58eef826a2
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue