From 3c9c541c590fb2765d20f2336303f1932dbff38e 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 --- 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 cfd23b28bde..22fe4f6194e 100644 --- a/doc/classes/Line2D.xml +++ b/doc/classes/Line2D.xml @@ -85,7 +85,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.