You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix missing GDScriptParser reference on completion context
This commit is contained in:
@@ -260,6 +260,7 @@ void GDScriptParser::override_completion_context(const Node *p_for_node, Complet
|
||||
context.current_line = tokenizer->get_cursor_line();
|
||||
context.current_argument = p_argument;
|
||||
context.node = p_node;
|
||||
context.parser = this;
|
||||
completion_context = context;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user