Browse Source

Removed click to deselect

master
chrisgregan 11 years ago
parent
commit
e49cd287b9
  1. 6
      Assets/Fungus/Editor/FungusScript/FungusScriptWindow.cs

6
Assets/Fungus/Editor/FungusScript/FungusScriptWindow.cs

@ -50,12 +50,6 @@ namespace Fungus.Script
EditorUtility.SetDirty(fungusScript);
if (Event.current.button == 0 &&
Event.current.type == EventType.MouseDown)
{
fungusScript.selectedSequence = null;
}
Sequence[] sequences = fungusScript.GetComponentsInChildren<Sequence>();
Rect scrollViewRect = new Rect();

Loading…
Cancel
Save