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:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user