From 8205edaa64cbf372ce28918708ffe3f4c905bdfc 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 (cherry picked from commit b047430702206c9c1f467cc13f0263ddb4096524) --- doc/classes/Line2D.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/Line2D.xml b/doc/classes/Line2D.xml index f71812d6778..5f4053b80ad 100644 --- a/doc/classes/Line2D.xml +++ b/doc/classes/Line2D.xml @@ -59,6 +59,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.