You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
GDScript: partially allow some functions on invalid scripts
+ always default initialize static variables + dont invalidate script when dependant scripts don't compile/resolve
This commit is contained in:
@@ -48,7 +48,6 @@ public:
|
||||
PARSED,
|
||||
INHERITANCE_SOLVED,
|
||||
INTERFACE_SOLVED,
|
||||
BODY_SOLVED,
|
||||
FULLY_SOLVED,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user