You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 17:36:07 +00:00
Fix uninitialized variables in Line2D, JSONParseResult and TileMap
This commit is contained in:
@@ -805,6 +805,9 @@ public:
|
||||
|
||||
void set_result(const Variant &p_result);
|
||||
Variant get_result() const;
|
||||
|
||||
JSONParseResult() :
|
||||
error_line(-1) {}
|
||||
};
|
||||
|
||||
class _JSON : public Object {
|
||||
|
||||
Reference in New Issue
Block a user