mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Fix misleading description of MeshDataTool.get_vertex() method
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user