You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Fix $a/b being parsed as division
This commit is contained in:
@@ -314,9 +314,10 @@ GDParser::Node *GDParser::_parse_expression(Node *p_parent, bool p_static, bool
|
||||
path += String(tokenizer->get_token_literal());
|
||||
tokenizer->advance();
|
||||
need_identifier = false;
|
||||
} else {
|
||||
done = true;
|
||||
}
|
||||
|
||||
done = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user