You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
-fix compilation issue
-fix missing built-ins in completion -fix parse error
This commit is contained in:
@@ -374,7 +374,7 @@ GDParser::Node* GDParser::_parse_expression(Node *p_parent,bool p_static,bool p_
|
||||
completion_built_in_constant=bi_type;
|
||||
}
|
||||
|
||||
if (identifier!=StringName()) {
|
||||
if (identifier==StringName()) {
|
||||
|
||||
_set_error("Built-in type constant expected after '.'");
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user