Browse Source

Remove accidental change

master
chrisgregan 10 years ago
parent
commit
a8655eae26
  1. 2
      Assets/Fungus/Dialog/Commands/Choose.cs

2
Assets/Fungus/Dialog/Commands/Choose.cs

@ -37,8 +37,6 @@ namespace Fungus
return;
}
Debug.Log (options.Count);
if (options.Count == 0)
{
Continue();

Loading…
Cancel
Save