From 668fbf9888b688e6d75685ff9a8e87e5992a8d93 Mon Sep 17 00:00:00 2001 From: chrisgregan Date: Wed, 25 Feb 2015 15:44:36 +0000 Subject: [PATCH] Added Shift Select support to command list #84 --- Assets/Fungus/FungusScript/Editor/CommandListAdaptor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Fungus/FungusScript/Editor/CommandListAdaptor.cs b/Assets/Fungus/FungusScript/Editor/CommandListAdaptor.cs index 382ba0bb..5f566702 100644 --- a/Assets/Fungus/FungusScript/Editor/CommandListAdaptor.cs +++ b/Assets/Fungus/FungusScript/Editor/CommandListAdaptor.cs @@ -143,7 +143,7 @@ namespace Fungus public void DrawItem(Rect position, int index) { Command command = this[index].objectReferenceValue as Command; - + if (command == null) { return;