GDScript: Fix missing conversion for default argument values
This commit is contained in:
parent
b14f7aa9f9
commit
a8c2f8a0e1
10 changed files with 56 additions and 12 deletions
|
|
@ -360,6 +360,7 @@ public:
|
|||
ExpressionNode *initializer = nullptr;
|
||||
TypeNode *datatype_specifier = nullptr;
|
||||
bool infer_datatype = false;
|
||||
bool use_conversion_assign = false;
|
||||
int usages = 0;
|
||||
|
||||
virtual ~AssignableNode() {}
|
||||
|
|
@ -1182,7 +1183,6 @@ public:
|
|||
bool onready = false;
|
||||
PropertyInfo export_info;
|
||||
int assignments = 0;
|
||||
bool use_conversion_assign = false;
|
||||
#ifdef TOOLS_ENABLED
|
||||
String doc_description;
|
||||
#endif // TOOLS_ENABLED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue