diff options
author | Markus Sauermann <6299227+Sauermann@users.noreply.github.com> | 2022-01-30 23:17:15 +0100 |
---|---|---|
committer | Markus Sauermann <6299227+Sauermann@users.noreply.github.com> | 2022-01-30 23:22:23 +0100 |
commit | acea57a715676db28b3f5d4b34ff16eb0caed7d8 (patch) | |
tree | 44413b57cfca66b939b168899d749a33caafb18d | |
parent | 78e3e65e7c38d18128524e0822a106ac76e38800 (diff) |
Fix Rect2i.intersects doc: include_borders is no argument of this function
-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 5909784135..e17802b41a 100644 --- a/doc/classes/Rect2i.xml +++ b/doc/classes/Rect2i.xml @@ -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"> |