1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

GDScript: Properly resolve external inner classes from preload

This gets the correct parser and class node when resolving from a full
GDScript reference.
This commit is contained in:
George Marques
2020-08-23 11:21:11 -03:00
parent d36d7e2a1c
commit ca90c9c9a9
2 changed files with 21 additions and 2 deletions

View File

@@ -69,6 +69,7 @@ class GDScript : public Script {
friend class GDScriptInstance;
friend class GDScriptFunction;
friend class GDScriptAnalyzer;
friend class GDScriptCompiler;
friend class GDScriptFunctions;
friend class GDScriptLanguage;