Преглед изворни кода

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