1
0
mirror of https://github.com/godotengine/godot synced 2024-07-05 15:43:36 +00:00

Merge pull request #91917 from Pepito468/fix-docs-typo

Fix a typo in the GridMap docs
This commit is contained in:
Rémi Verschelde 2024-05-14 12:07:06 +02:00
commit d6eab9f5df
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -135,7 +135,7 @@
<return type="Vector3" />
<param index="0" name="map_position" type="Vector3i" />
<description>
Returns the position of a grid cell in the GridMap's local coordinate space. To convert the returned value into global coordinates, use [method Node3D.to_global]. See also [method map_to_local].
Returns the position of a grid cell in the GridMap's local coordinate space. To convert the returned value into global coordinates, use [method Node3D.to_global]. See also [method local_to_map].
</description>
</method>
<method name="resource_changed" deprecated="Use [signal Resource.changed] instead.">