mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Initialize class/struct variables with default values in platform/ and editor/
This commit is contained in:
@@ -89,7 +89,7 @@ public:
|
||||
struct ConstantDoc {
|
||||
String name;
|
||||
String value;
|
||||
bool is_value_valid;
|
||||
bool is_value_valid = false;
|
||||
String enumeration;
|
||||
String description;
|
||||
bool operator<(const ConstantDoc &p_const) const {
|
||||
|
||||
Reference in New Issue
Block a user