diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2022-08-18 16:52:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-18 16:52:57 +0200 |
commit | f2bcec462dceb384fef9b6eae7104e25f1f37d23 (patch) | |
tree | 92590916efcb1c4c4ccb52dbb8e086a1b2cb7e58 /doc/classes/TileMap.xml | |
parent | 03dc8c5d6fc4a1cc8c0b8b329ae53a3d0d8b3074 (diff) | |
parent | 28e66882e59d51f69cc0b9786033f5570b08d114 (diff) |
Merge pull request #64551 from asmaloney/doc-grammar-amount-number
[doc] Fix grammar in class docs: amount vs. number
Diffstat (limited to 'doc/classes/TileMap.xml')
-rw-r--r-- | doc/classes/TileMap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/TileMap.xml b/doc/classes/TileMap.xml index 4266a414ce..ae57a08ef8 100644 --- a/doc/classes/TileMap.xml +++ b/doc/classes/TileMap.xml @@ -77,7 +77,7 @@ <description> Triggers an update of the TileMap. If [param layer] is provided, only updates the given layer. [b]Note:[/b] The TileMap node updates automatically when one of its properties is modified. A manual update is only needed if runtime modifications (implemented in [method _tile_data_runtime_update]) need to be applied. - [b]Warning:[/b] Updating the TileMap is a performance demanding task. Limit occurrences of those updates to the minimum and limit the amount tiles they impact (by segregating tiles updated often to a dedicated layer for example). + [b]Warning:[/b] Updating the TileMap is computationally expensive and may impact performance. Try to limit the number of updates and the tiles they impact (by placing frequently updated tiles in a dedicated layer for example). </description> </method> <method name="get_cell_alternative_tile" qualifiers="const"> |