Skip to content

Commit 2aee84c

Browse files
authored
Merge pull request #57495 from Sauermann/fix-remove-layer-doc
Fix TileMap remove_layer Description
2 parents 8c7cd90 + 7b4635d commit 2aee84c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/classes/TileMap.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
<return type="void" />
219219
<argument index="0" name="layer" type="int" />
220220
<description>
221-
Moves the layer at index [code]layer_index[/code] to the given position [code]to_position[/code] in the array.
221+
Removes the layer at index [code]layer[/code].
222222
</description>
223223
</method>
224224
<method name="set_cell">

0 commit comments

Comments
 (0)