Browse Source

DrawEventHandlerGUI is now virtual

master
chrisgregan 10 years ago
parent
commit
28d53f5576
  1. 2
      Assets/Fungus/Flowchart/Editor/BlockEditor.cs

2
Assets/Fungus/Flowchart/Editor/BlockEditor.cs

@ -298,7 +298,7 @@ namespace Fungus
GUILayout.EndHorizontal();
}
protected void DrawEventHandlerGUI(Flowchart flowchart)
protected virtual void DrawEventHandlerGUI(Flowchart flowchart)
{
// Show available Event Handlers in a drop down list with type of current
// event handler selected.

Loading…
Cancel
Save