Browse Source

Merge pull request #25136 from Demiu/doc-tilemap

Docs: Fix TileMap::world_to_map description
Rémi Verschelde 6 years ago
parent
commit
09e4d7e9eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/TileMap.xml

+ 1 - 1
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>