You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Avoid crash after a parsing error in GDScript
This commit is contained in:
@@ -54,6 +54,7 @@ private:
|
||||
GDScriptParser *parser = nullptr;
|
||||
GDScriptAnalyzer *analyzer = nullptr;
|
||||
Status status = EMPTY;
|
||||
Error result = OK;
|
||||
String path;
|
||||
|
||||
friend class GDScriptCache;
|
||||
|
||||
Reference in New Issue
Block a user