From 850a54a2a55f26a447967f47f99d09cfc2874b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 29 Jun 2019 21:45:14 +0200 Subject: Fix uninitialized variables in Line2D, JSONParseResult and TileMap --- doc/classes/JSONParseResult.xml | 2 +- doc/classes/Line2D.xml | 2 +- doc/classes/TileMap.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/JSONParseResult.xml b/doc/classes/JSONParseResult.xml index 5d5d492439..98db123f5b 100644 --- a/doc/classes/JSONParseResult.xml +++ b/doc/classes/JSONParseResult.xml @@ -14,7 +14,7 @@ The error type if the JSON source was not successfully parsed. See the [@GlobalScope] [code]ERR_*[/code] constants. - + The line number where the error occurred if JSON source was not successfully parsed. diff --git a/doc/classes/Line2D.xml b/doc/classes/Line2D.xml index 1fdf337f4b..27d3f4bade 100644 --- a/doc/classes/Line2D.xml +++ b/doc/classes/Line2D.xml @@ -93,7 +93,7 @@ The texture used for the line's texture. Uses [code]texture_mode[/code] for drawing style. - + The style to render the [code]texture[/code] on the line. Use [code]LINE_TEXTURE_*[/code] constants. diff --git a/doc/classes/TileMap.xml b/doc/classes/TileMap.xml index ee5205efd7..55666b94b5 100644 --- a/doc/classes/TileMap.xml +++ b/doc/classes/TileMap.xml @@ -286,7 +286,7 @@ The collision mask(s) for all colliders in the TileMap. - + If [code]true[/code], TileMap collisions will be handled as a kinematic body. If [code]false[/code], collisions will be handled as static body. -- cgit v1.2.3