Browse Source

Fixed formatting

master
Christopher 8 years ago
parent
commit
d027c2c30e
  1. 2
      Assets/Fungus/Flowchart/Scripts/Block.cs

2
Assets/Fungus/Flowchart/Scripts/Block.cs

@ -229,7 +229,7 @@ namespace Fungus
// Skip disabled commands, comments and labels
while (i < commandList.Count &&
(!commandList[i].enabled ||
(!commandList[i].enabled ||
commandList[i].GetType() == typeof(Comment) ||
commandList[i].GetType() == typeof(Label)))
{

Loading…
Cancel
Save