From b047430702206c9c1f467cc13f0263ddb4096524 Mon Sep 17 00:00:00 2001 From: LoipesMas <46327403+LoipesMas@users.noreply.github.com> Date: Tue, 17 Aug 2021 20:05:38 +0200 Subject: [PATCH] Add note about batching to Line2D's anti-aliasing --- doc/classes/Line2D.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/Line2D.xml b/doc/classes/Line2D.xml index 093ba51755..4d9abbbb19 100644 --- a/doc/classes/Line2D.xml +++ b/doc/classes/Line2D.xml @@ -58,6 +58,7 @@ If [code]true[/code], the line's border will be anti-aliased. + [b]Note:[/b] Line2D is not accelerated by batching when being anti-aliased. Controls the style of the line's first point. Use [enum LineCapMode] constants.