From cd2da16d637faa5288d201c86a913ce7e4d1579e Mon Sep 17 00:00:00 2001 From: skyace65 Date: Thu, 20 Aug 2020 13:54:58 -0400 Subject: [PATCH] Clarify points in Line2D doc (cherry picked from commit 3c9c541c590fb2765d20f2336303f1932dbff38e) --- doc/classes/Line2D.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Line2D.xml b/doc/classes/Line2D.xml index 342683cc29b..7c41485b1fb 100644 --- a/doc/classes/Line2D.xml +++ b/doc/classes/Line2D.xml @@ -86,7 +86,7 @@ The style for the points between the start and the end. - The points that form the lines. The line is drawn between every point set in this array. + The points that form the lines. The line is drawn between every point set in this array. Points are interpreted as local vectors. The smoothness of the rounded joints and caps. This is only used if a cap or joint is set as round.