Browse Source

Fixed selected sequence box render order

master
chrisgregan 11 years ago
parent
commit
6a2c17e2b5
  1. 4
      Assets/Fungus/Editor/FungusScript/FungusEditorWindow.cs

4
Assets/Fungus/Editor/FungusScript/FungusEditorWindow.cs

@ -115,6 +115,8 @@ namespace Fungus.Script
DrawConnections(fungusScript, s, true);
}
EndWindows();
if (fungusScript.selectedSequence != null ||
fungusScript.executingSequence != null)
{
@ -134,8 +136,6 @@ namespace Fungus.Script
GLDraw.DrawBox(outlineRect, Color.green, 2);
}
EndWindows();
GUI.EndScrollView();
GUILayout.BeginVertical();

Loading…
Cancel
Save