Fix Rect2i.intersects doc: include_borders is no argument of this function
This commit is contained in:
parent
78e3e65e7c
commit
acea57a715
1 changed files with 0 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue