You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Add new GDScript type checker
This commit is contained in:
@@ -1894,6 +1894,8 @@ GDScriptParser::ExpressionNode *GDScriptParser::parse_await(ExpressionNode *p_pr
|
||||
AwaitNode *await = alloc_node<AwaitNode>();
|
||||
await->to_await = parse_precedence(PREC_AWAIT, false);
|
||||
|
||||
current_function->is_coroutine = true;
|
||||
|
||||
return await;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user