mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
Merge pull request #6352 from hurikhan/fix_release_build_II
Fix release build. (II)
This commit is contained in:
commit
7d600caa16
@ -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
Block a user