From ae48b1b94a96bb6c894da45ffb0656b2af6c392b Mon Sep 17 00:00:00 2001
From: unknown <8143879+yodamerlin@users.noreply.github.com>
Date: Wed, 13 Jun 2018 23:26:04 +0100
Subject: [PATCH] Added description for abs function in Rect2
(cherry picked from commit d1b3f36eab87e9fc6054634236c9fbcb9198c9d8)
---
doc/classes/Rect2.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/classes/Rect2.xml b/doc/classes/Rect2.xml
index 865a0200eae..f1998f8413e 100644
--- a/doc/classes/Rect2.xml
+++ b/doc/classes/Rect2.xml
@@ -42,6 +42,7 @@
+ Returns a [code]Rect2[/code] with equivalent position and area, modified so that the top-left corner is the origin and [code]width[/code] and [code]height[/code] are positive.