diff options
author | skyace65 <matthewehr@hotmail.com> | 2023-05-21 17:47:21 -0400 |
---|---|---|
committer | skyace65 <matthewehr@hotmail.com> | 2023-05-21 17:47:21 -0400 |
commit | 7d9a0f1fe75baa78fbbb1387be096cb9c9511e7f (patch) | |
tree | b2f53824e8de50a7b03d43f9928b07b2d3d2690a /doc/classes/Polygon2D.xml | |
parent | 809a98216267f3066b9fec2f02b2042bdc9d3e0d (diff) | |
download | redot-engine-7d9a0f1fe75baa78fbbb1387be096cb9c9511e7f.tar.gz |
Fix incorrect Polygon2D description
Diffstat (limited to 'doc/classes/Polygon2D.xml')
-rw-r--r-- | doc/classes/Polygon2D.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Polygon2D.xml b/doc/classes/Polygon2D.xml index b657e49799..e40abd3312 100644 --- a/doc/classes/Polygon2D.xml +++ b/doc/classes/Polygon2D.xml @@ -47,7 +47,7 @@ <return type="PackedFloat32Array" /> <param index="0" name="index" type="int" /> <description> - Returns the height values of the specified bone. + Returns the weight values of the specified bone. </description> </method> <method name="set_bone_path"> |