From acea57a715676db28b3f5d4b34ff16eb0caed7d8 Mon Sep 17 00:00:00 2001 From: Markus Sauermann <6299227+Sauermann@users.noreply.github.com> Date: Sun, 30 Jan 2022 23:17:15 +0100 Subject: Fix Rect2i.intersects doc: include_borders is no argument of this function --- doc/classes/Rect2i.xml | 1 - 1 file changed, 1 deletion(-) 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 @@ 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. -- cgit v1.2.3