mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Change explicit 'Godot 4.0' references to 'Godot 4'
Fixes #79276.
(cherry picked from commit 8a06ec979e
)
This commit is contained in:
parent
4f4052581b
commit
29b4ee3d97
6 changed files with 33 additions and 33 deletions
|
@ -3229,7 +3229,7 @@ GDScriptParser::ExpressionNode *GDScriptParser::parse_type_test(ExpressionNode *
|
|||
}
|
||||
|
||||
GDScriptParser::ExpressionNode *GDScriptParser::parse_yield(ExpressionNode *p_previous_operand, bool p_can_assign) {
|
||||
push_error(R"("yield" was removed in Godot 4.0. Use "await" instead.)");
|
||||
push_error(R"("yield" was removed in Godot 4. Use "await" instead.)");
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
GDTEST_PARSER_ERROR
|
||||
"yield" was removed in Godot 4.0. Use "await" instead.
|
||||
"yield" was removed in Godot 4. Use "await" instead.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue