Browse Source

Added Shift Select support to command list #84

master
chrisgregan 10 years ago
parent
commit
668fbf9888
  1. 2
      Assets/Fungus/FungusScript/Editor/CommandListAdaptor.cs

2
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;

Loading…
Cancel
Save