Browse Source

Merge pull request #152 from FungusGames/make-DrawEventHandlerGUI-virtual

DrawEventHandlerGUI is now virtual
master
Chris Gregan 10 years ago
parent
commit
09f96355fd
  1. 2
      Assets/Fungus/Flowchart/Editor/BlockEditor.cs

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

@ -298,7 +298,7 @@ namespace Fungus
GUILayout.EndHorizontal(); 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 // Show available Event Handlers in a drop down list with type of current
// event handler selected. // event handler selected.

Loading…
Cancel
Save