Merge pull request #57495 from Sauermann/fix-remove-layer-doc

Fix TileMap remove_layer Description
This commit is contained in:
Rémi Verschelde 2022-02-01 08:54:17 +01:00 committed by GitHub
commit 2aee84c755
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -218,7 +218,7 @@
<return type="void" />
<argument index="0" name="layer" type="int" />
<description>
Moves the layer at index [code]layer_index[/code] to the given position [code]to_position[/code] in the array.
Removes the layer at index [code]layer[/code].
</description>
</method>
<method name="set_cell">