From 47676cfa98ffc49a8165b1453bc35a9d261e9c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 27 Feb 2018 13:41:27 +0100 Subject: [PATCH] doc: Sync classref with current source --- doc/classes/PhysicsDirectBodyState.xml | 2 +- doc/classes/Polygon2D.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/classes/PhysicsDirectBodyState.xml b/doc/classes/PhysicsDirectBodyState.xml index 87255a2dee4..74190d0780b 100644 --- a/doc/classes/PhysicsDirectBodyState.xml +++ b/doc/classes/PhysicsDirectBodyState.xml @@ -45,7 +45,7 @@ - + diff --git a/doc/classes/Polygon2D.xml b/doc/classes/Polygon2D.xml index a0f8442d916..429114a1282 100644 --- a/doc/classes/Polygon2D.xml +++ b/doc/classes/Polygon2D.xml @@ -31,6 +31,8 @@ The polygon's list of vertices. The final point will be connected to the first. + + The polygon's fill texture. Use [code]uv[/code] to set texture coordinates.