Merge pull request #57466 from Sauermann/fix-rect2i-intersect-doc

Fix Rect2i.intersects doc: Remove nonexistent parameter from documentation
This commit is contained in:
Max Hilbrunner 2022-03-03 13:14:05 +01:00 committed by GitHub
commit 4eb34123ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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">