Merge pull request #27869 from jean-dao/scenetree_call_group

Fix: use function in SceneTree::call_group
This commit is contained in:
Rémi Verschelde 2019-04-30 10:55:05 +02:00 committed by GitHub
commit 79040656e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -369,8 +369,7 @@ void SceneTree::set_group_flags(uint32_t p_call_flags, const StringName &p_group
}
void SceneTree::call_group(const StringName &p_group, const StringName &p_function, VARIANT_ARG_DECLARE) {
call_group_flags(0, p_group, VARIANT_ARG_PASS);
call_group_flags(0, p_group, p_function, VARIANT_ARG_PASS);
}
void SceneTree::notify_group(const StringName &p_group, int p_notification) {