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