mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Show errors on Object.call_deferred
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user