mirror of
https://github.com/godotengine/godot.git
synced 2025-01-26 20:42:55 -05:00
Fix release build. (II)
This commit is contained in:
parent
5567350e1b
commit
588e124c53
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue