From e49cd287b9a8e98fcd0d10c2c001bd20bd705634 Mon Sep 17 00:00:00 2001 From: chrisgregan Date: Mon, 18 Aug 2014 16:13:03 +0100 Subject: [PATCH] Removed click to deselect --- Assets/Fungus/Editor/FungusScript/FungusScriptWindow.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Assets/Fungus/Editor/FungusScript/FungusScriptWindow.cs b/Assets/Fungus/Editor/FungusScript/FungusScriptWindow.cs index 6f0e84f4..45a56442 100755 --- a/Assets/Fungus/Editor/FungusScript/FungusScriptWindow.cs +++ b/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(); Rect scrollViewRect = new Rect();