Browse Source

Added newlines to switch for consistency

master
zvinless 8 years ago
parent
commit
abc4cb0a07
  1. 3
      Assets/Fungus/Scripts/Editor/FlowchartWindow.cs

3
Assets/Fungus/Scripts/Editor/FlowchartWindow.cs

@ -371,17 +371,20 @@ namespace Fungus.EditorUtils
centerBlock = true;
useEvent = true;
break;
case KeyCode.UpArrow:
--blockPopupSelection;
centerBlock = true;
useEvent = true;
break;
case KeyCode.Return:
centerBlock = true;
selectBlock = true;
closePopup = true;
useEvent = true;
break;
case KeyCode.Escape:
closePopup = true;
useEvent = true;

Loading…
Cancel
Save