diff options
author | Demiu <miazgapow@gmail.com> | 2019-01-19 15:23:49 +0100 |
---|---|---|
committer | Demiu <miazgapow@gmail.com> | 2019-01-19 15:23:49 +0100 |
commit | a0640f799b20909df42ce9dd5a04891e03e90c24 (patch) | |
tree | be0028e9661af32c660a04084d52860794248064 /doc | |
parent | 7f9209781cea7148934a5e48c5c14167ce256cc8 (diff) |
Docs: Fix TileMap::world_to_map description
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/TileMap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/TileMap.xml b/doc/classes/TileMap.xml index fb5a733ccd..4849d768f5 100644 --- a/doc/classes/TileMap.xml +++ b/doc/classes/TileMap.xml @@ -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> |