Merge pull request #25136 from Demiu/doc-tilemap

Docs: Fix TileMap::world_to_map description
This commit is contained in:
Rémi Verschelde 2019-01-20 11:58:54 +01:00 committed by GitHub
commit 09e4d7e9eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -244,7 +244,7 @@
<argument index="0" name="world_position" type="Vector2">
</argument>
<description>
Returns the tilemap (grid-based) coordinatescorresponding to the given global position.
Returns the tilemap (grid-based) coordinates corresponding to the given local position.
</description>
</method>
</methods>