Browse Source

Changed None to <None> for consistency with other properties

master
chrisgregan 10 years ago
parent
commit
56a54399ed
  1. 2
      Assets/Fungus/FungusScript/Editor/SequenceEditor.cs

2
Assets/Fungus/FungusScript/Editor/SequenceEditor.cs

@ -104,7 +104,7 @@ namespace Fungus
currentType = sequence.eventHandler.GetType();
}
string currentHandlerName = "None";
string currentHandlerName = "<None>";
if (currentType != null)
{
EventHandlerInfoAttribute info = EventHandlerEditor.GetEventHandlerInfo(currentType);

Loading…
Cancel
Save