mirror of
https://github.com/godotengine/godot.git
synced 2024-12-09 10:09:20 +08:00
Show errors on Object.call_deferred
This commit is contained in:
parent
963d3a07bd
commit
1cd02ef600
@ -675,7 +675,7 @@ Variant Object::_call_deferred_bind(const Variant **p_args, int p_argcount, Call
|
||||
|
||||
StringName method = *p_args[0];
|
||||
|
||||
MessageQueue::get_singleton()->push_call(get_instance_id(), method, &p_args[1], p_argcount - 1);
|
||||
MessageQueue::get_singleton()->push_call(get_instance_id(), method, &p_args[1], p_argcount - 1, true);
|
||||
|
||||
return Variant();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user