summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPouleyKetchoupp <pouleyketchoup@gmail.com>2020-01-01 11:39:07 +0100
committerPouleyKetchoupp <pouleyketchoup@gmail.com>2020-01-01 11:40:14 +0100
commit1591677eb8b8a08a8e9c1308b73171f59c24d2b8 (patch)
tree28ddf56bc7c8b1bda484d7de1d27b08959138744 /doc
parent406dac1917eaa002fe27128c161ae681f59a556d (diff)
Fixed antialiasing option for Polygon2D
Some cases were not handled properly for Polygon2D after making changes in common code to fix Line2D antialiasing. Added an option for drawing polygons to differentiate the two use cases. Fixes #34568
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/VisualServer.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/VisualServer.xml b/doc/classes/VisualServer.xml
index f804e32c4b..a216d4b7b3 100644
--- a/doc/classes/VisualServer.xml
+++ b/doc/classes/VisualServer.xml
@@ -422,6 +422,8 @@
</argument>
<argument index="10" name="antialiased" type="bool" default="false">
</argument>
+ <argument index="11" name="antialiasing_use_indices" type="bool" default="false">
+ </argument>
<description>
Adds a triangle array to the [CanvasItem]'s draw commands.
</description>