Skip to content

Commit

Permalink
ifブロックに挟まれたブロックが実行されていなかった問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Dai1678 committed Mar 3, 2019
1 parent e1ce636 commit b8bb7fa
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 b8bb7fa

Please sign in to comment.