You've already forked godot
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:
@@ -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