diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2021-11-04 16:31:58 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2021-11-04 16:31:58 +0100 |
commit | a0588685bb91382b5096864a00dbb4f3c75692c7 (patch) | |
tree | 3401bd2eb01e8a3506a82e0ee6ee4cb7c390f662 /doc/classes/TileMapPattern.xml | |
parent | a3abf3072fc416e99ce4b1575329a37d6747e1ce (diff) |
Fixup documentation after 3abb5a9
Diffstat (limited to 'doc/classes/TileMapPattern.xml')
-rw-r--r-- | doc/classes/TileMapPattern.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/TileMapPattern.xml b/doc/classes/TileMapPattern.xml index 4c46625423..ab7c95bb7b 100644 --- a/doc/classes/TileMapPattern.xml +++ b/doc/classes/TileMapPattern.xml @@ -59,7 +59,7 @@ <method name="remove_cell"> <return type="void" /> <argument index="0" name="coords" type="Vector2i" /> - <argument index="1" name="arg1" type="bool" /> + <argument index="1" name="update_size" type="bool" /> <description> Remove the cell at the given coordinates. </description> |