Переглянути джерело

Merge pull request #43193 from kleonc/master

Docs: Fix TileMap::map_to_world description
Rémi Verschelde 4 роки тому
батько
коміт
a4aaead346
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      doc/classes/TileMap.xml

+ 1 - 1
doc/classes/TileMap.xml

@@ -144,7 +144,7 @@
 			<argument index="1" name="ignore_half_ofs" type="bool" default="false">
 			<argument index="1" name="ignore_half_ofs" type="bool" default="false">
 			</argument>
 			</argument>
 			<description>
 			<description>
-				Returns the global position corresponding to the given tilemap (grid-based) coordinates.
+				Returns the local position corresponding to the given tilemap (grid-based) coordinates.
 				Optionally, the tilemap's half offset can be ignored.
 				Optionally, the tilemap's half offset can be ignored.
 			</description>
 			</description>
 		</method>
 		</method>