Fix uninitialized variables in Line2D, JSONParseResult and TileMap

This commit is contained in:
Rémi Verschelde
2019-06-29 21:45:14 +02:00
parent 26f99beac3
commit 850a54a2a5
6 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
<member name="error" type="int" setter="set_error" getter="get_error" enum="Error">
The error type if the JSON source was not successfully parsed. See the [@GlobalScope] [code]ERR_*[/code] constants.
</member>
<member name="error_line" type="int" setter="set_error_line" getter="get_error_line" default="116547728">
<member name="error_line" type="int" setter="set_error_line" getter="get_error_line" default="-1">
The line number where the error occurred if JSON source was not successfully parsed.
</member>
<member name="error_string" type="String" setter="set_error_string" getter="get_error_string" default="&quot;&quot;">