1
0
mirror of https://github.com/godotengine/godot synced 2024-07-03 09:09:15 +00:00

Fixed a typo in the docs

Fixed a typo in GridMap.xml where a 'See also' suggestion link to the wrong method.
This commit is contained in:
Pepito468 2024-05-13 21:19:54 +02:00 committed by GitHub
parent 557f63d037
commit 73479cb56e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.">