Skip to content

Commit

Permalink
Merge pull request #65 from t-robop/fix/ifBlock
Browse files Browse the repository at this point in the history
ifブロックに挟まれたブロックが実行されていなかった問題を修正
  • Loading branch information
Dai1678 authored Mar 3, 2019
2 parents e1ce636 + b8bb7fa commit 6d3eeb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/main.ino
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ int find_if_scope(BlockModel block_models[50], int if_start_index)
else if (is_if_end)
{
if_end_index = i;
break;
}
else if (is_true_models)
{
Expand Down

0 comments on commit 6d3eeb8

Please sign in to comment.