Fix misleading description of MeshDataTool.get_vertex() method

This commit is contained in:
Mateus Elias 2023-08-31 21:13:34 -03:00
parent 549fcce5f8
commit fe45774f59

View File

@ -171,7 +171,7 @@
<return type="Vector3" />
<param index="0" name="idx" type="int" />
<description>
Returns the vertex at given index.
Returns the position of the given vertex.
</description>
</method>
<method name="get_vertex_bones" qualifiers="const">