From 28d53f557642e55ce2162b84915f0043f3db4c17 Mon Sep 17 00:00:00 2001 From: chrisgregan Date: Fri, 4 Sep 2015 10:55:26 +0100 Subject: [PATCH] DrawEventHandlerGUI is now virtual --- Assets/Fungus/Flowchart/Editor/BlockEditor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Fungus/Flowchart/Editor/BlockEditor.cs b/Assets/Fungus/Flowchart/Editor/BlockEditor.cs index 5b151e33..f251167e 100644 --- a/Assets/Fungus/Flowchart/Editor/BlockEditor.cs +++ b/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.