You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix cyclic references in GDScript 2.0
This commit is contained in:
@@ -430,6 +430,7 @@ public:
|
||||
};
|
||||
|
||||
private:
|
||||
friend class GDScript;
|
||||
friend class GDScriptCompiler;
|
||||
friend class GDScriptByteCodeGenerator;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user