Fix Rect2i.intersects doc: include_borders is no argument of this function

This commit is contained in:
Markus Sauermann 2022-01-30 23:17:15 +01:00
parent 78e3e65e7c
commit acea57a715

View file

@ -152,7 +152,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">