Merge pull request #52134 from RandomShaper/fix_naming

This commit is contained in:
Rémi Verschelde 2022-01-20 22:01:37 +01:00 committed by GitHub
commit d681d99e12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 15 additions and 15 deletions

View file

@ -964,7 +964,7 @@ void VisualScriptBuiltinFunc::exec_func(BuiltinFunc p_func, const Variant **p_in
return;
}
if (p_inputs[0]->is_ref()) {
if (p_inputs[0]->is_ref_counted()) {
REF r = *p_inputs[0];
if (!r.is_valid()) {
return;