mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-23 11:28:45 +08:00
Bug fixed
This commit is contained in:
@@ -179,6 +179,7 @@ void nasal_parser::statements_block()
|
||||
}
|
||||
else
|
||||
{
|
||||
parse.push(this_token);
|
||||
in_curve_calc_expr();
|
||||
}
|
||||
check_semi_at_end();
|
||||
@@ -1360,6 +1361,7 @@ void nasal_parser::parse_main_work()
|
||||
}
|
||||
else
|
||||
{
|
||||
parse.push(this_token);
|
||||
in_curve_calc_expr();
|
||||
}
|
||||
check_semi_at_end();
|
||||
|
||||
Reference in New Issue
Block a user