You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-07 19:53:17 +00:00
Fix release build. (II)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user