diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2022-03-03 13:14:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-03 13:14:05 +0100 |
commit | 4eb34123ad48dc52c9b5309b811f45382129eea5 (patch) | |
tree | 57a2a9d7309a4d939656461ef1ea6b432f6c330f | |
parent | 57838fc0eee8f4137d2074e64f9d90518214e5a8 (diff) | |
parent | acea57a715676db28b3f5d4b34ff16eb0caed7d8 (diff) |
Merge pull request #57466 from Sauermann/fix-rect2i-intersect-doc
Fix Rect2i.intersects doc: Remove nonexistent parameter from documentation
-rw-r--r-- | doc/classes/Rect2i.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/classes/Rect2i.xml b/doc/classes/Rect2i.xml index 78ab4b9103..49fdd8e7e8 100644 --- a/doc/classes/Rect2i.xml +++ b/doc/classes/Rect2i.xml @@ -153,7 +153,6 @@ <argument index="0" name="b" type="Rect2i" /> <description> Returns [code]true[/code] if the [Rect2i] overlaps with [code]b[/code] (i.e. they have at least one point in common). - If [code]include_borders[/code] is [code]true[/code], they will also be considered overlapping if their borders touch, even without intersection. </description> </method> <method name="merge" qualifiers="const"> |