From a0640f799b20909df42ce9dd5a04891e03e90c24 Mon Sep 17 00:00:00 2001 From: Demiu Date: Sat, 19 Jan 2019 15:23:49 +0100 Subject: [PATCH] Docs: Fix TileMap::world_to_map description --- doc/classes/TileMap.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/TileMap.xml b/doc/classes/TileMap.xml index fb5a733ccdc..4849d768f54 100644 --- a/doc/classes/TileMap.xml +++ b/doc/classes/TileMap.xml @@ -244,7 +244,7 @@ - Returns the tilemap (grid-based) coordinatescorresponding to the given global position. + Returns the tilemap (grid-based) coordinates corresponding to the given local position.