浏览代码

Docs: Fix TileMap::world_to_map description

Demiu 6 年之前
父节点
当前提交
a0640f799b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 index="0" name="world_position" type="Vector2">
 			</argument>
 			</argument>
 			<description>
 			<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>
 			</description>
 		</method>
 		</method>
 	</methods>
 	</methods>