mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Merge pull request #43856 from vnen/gdscript-some-fixes
A couple of GDScript fixes
This commit is contained in:
commit
fc28de64c4
2 changed files with 11 additions and 7 deletions
|
@ -437,7 +437,7 @@ GDScriptCodeGenerator::Address GDScriptCompiler::_parse_expression(CodeGen &code
|
|||
gen->pop_temporary();
|
||||
}
|
||||
|
||||
return source;
|
||||
return result;
|
||||
} break;
|
||||
case GDScriptParser::Node::CALL: {
|
||||
const GDScriptParser::CallNode *call = static_cast<const GDScriptParser::CallNode *>(p_expression);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue