mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
parent
775e74e0d4
commit
b64f9f03f8
3 changed files with 4 additions and 7 deletions
|
@ -1396,11 +1396,6 @@ Error GDScriptCompiler::_parse_block(CodeGen &codegen, const GDScriptParser::Blo
|
|||
|
||||
case GDScriptParser::ControlFlowNode::CF_IF: {
|
||||
|
||||
#ifdef DEBUG_ENABLED
|
||||
codegen.opcodes.push_back(GDScriptFunction::OPCODE_LINE);
|
||||
codegen.opcodes.push_back(cf->line);
|
||||
codegen.current_line = cf->line;
|
||||
#endif
|
||||
int ret2 = _parse_expression(codegen, cf->arguments[0], p_stack_level, false);
|
||||
if (ret2 < 0)
|
||||
return ERR_PARSE_ERROR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue