Fix release build. (II)
This commit is contained in:
parent
5567350e1b
commit
588e124c53
|
@ -54,10 +54,10 @@ struct _VariantCall {
|
|||
int arg_count;
|
||||
Vector<Variant> default_args;
|
||||
Vector<Variant::Type> arg_types;
|
||||
|
||||
#ifdef DEBUG_ENABLED
|
||||
Vector<StringName> arg_names;
|
||||
Variant::Type return_type;
|
||||
|
||||
#ifdef DEBUG_ENABLED
|
||||
bool returns;
|
||||
#endif
|
||||
VariantFunc func;
|
||||
|
|
Loading…
Reference in New Issue