You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Some code changed with Clang-Tidy
This commit is contained in:
@@ -1073,7 +1073,7 @@ int GDScriptCompiler::_parse_expression(CodeGen &codegen, const GDScriptParser::
|
||||
int set_index;
|
||||
bool named = false;
|
||||
|
||||
if (static_cast<const GDScriptParser::OperatorNode *>(op)->op == GDScriptParser::OperatorNode::OP_INDEX_NAMED) {
|
||||
if (op->op == GDScriptParser::OperatorNode::OP_INDEX_NAMED) {
|
||||
|
||||
set_index = codegen.get_name_map_pos(static_cast<const GDScriptParser::IdentifierNode *>(op->arguments[1])->name);
|
||||
named = true;
|
||||
|
||||
Reference in New Issue
Block a user