mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
GDScript: Fix checking if a call is awaited in compiler
(cherry picked from commit 55a2ad25bf)
This commit is contained in:
parent
782e1fe84e
commit
079c8ea719
2 changed files with 8 additions and 6 deletions
|
|
@ -137,7 +137,7 @@ class GDScriptCompiler {
|
|||
int err_column = 0;
|
||||
StringName source;
|
||||
String error;
|
||||
bool within_await = false;
|
||||
GDScriptParser::ExpressionNode *awaited_node = nullptr;
|
||||
|
||||
public:
|
||||
static void convert_to_initializer_type(Variant &p_variant, const GDScriptParser::VariableNode *p_node);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue