diff options
| author | Rémi Verschelde | 2017-02-26 20:22:48 +0100 |
|---|---|---|
| committer | GitHub | 2017-02-26 20:22:48 +0100 |
| commit | 1ec8b9fb7dfaa074b1f6c2017790f65ca24fa88c (patch) | |
| tree | 5d4425e514de01a7a140a3eba25b9aad7e16708b /modules/gdscript/gd_editor.cpp | |
| parent | ca805744fba0662397ecdcda4e552990a81adfcb (diff) | |
| parent | 0a2c387d5c375aa9dd9e828f100ab55deb8dac72 (diff) | |
| download | godot-1ec8b9fb7dfaa074b1f6c2017790f65ca24fa88c.tar.gz godot-1ec8b9fb7dfaa074b1f6c2017790f65ca24fa88c.tar.zst godot-1ec8b9fb7dfaa074b1f6c2017790f65ca24fa88c.zip | |
Diffstat (limited to 'modules/gdscript/gd_editor.cpp')
| -rw-r--r-- | modules/gdscript/gd_editor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gd_editor.cpp b/modules/gdscript/gd_editor.cpp index f325aec07..352016b2d 100644 --- a/modules/gdscript/gd_editor.cpp +++ b/modules/gdscript/gd_editor.cpp @@ -2645,6 +2645,7 @@ Error GDScriptLanguage::lookup_code(const String& p_code, const String& p_symbol switch(p.get_completion_type()) { + case GDParser::COMPLETION_GET_NODE: case GDParser::COMPLETION_NONE: { } break; case GDParser::COMPLETION_BUILT_IN_TYPE_CONSTANT: { |
