Fix issue when deleting script with no evalValue result

This commit is contained in:
2019-05-25 12:26:11 +02:00
parent fe2007b095
commit f1fbf7044b
3 changed files with 6 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ class Evaluator {
public:
Evaluator(Script* script){
_scriptData = script;
_result = nullptr;
}
void Evaluate(BoundScriptStatement* statement);