GDScript: Fix crash when completing code with signals
This commit is contained in:
parent
8ccf88a206
commit
ff16ba1eaa
1 changed files with 0 additions and 1 deletions
|
@ -820,7 +820,6 @@ static void _find_identifiers_in_class(const GDScriptParser::ClassNode *p_class,
|
|||
break;
|
||||
case GDScriptParser::ClassNode::Member::SIGNAL:
|
||||
if (p_only_functions || outer) {
|
||||
clss = clss->outer;
|
||||
continue;
|
||||
}
|
||||
option = ScriptCodeCompletionOption(member.signal->identifier->name, ScriptCodeCompletionOption::KIND_SIGNAL);
|
||||
|
|
Loading…
Reference in a new issue