From f97ff474d55ba26369e43627d7a7fe7f994d640b Mon Sep 17 00:00:00 2001 From: Franklin Sobrinho Date: Mon, 4 Jul 2016 10:43:07 -0300 Subject: Fix addon disabling --- tools/editor/editor_node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/editor/editor_node.h b/tools/editor/editor_node.h index 9b0edda75e..f694c65db8 100644 --- a/tools/editor/editor_node.h +++ b/tools/editor/editor_node.h @@ -762,7 +762,7 @@ public: plugins_list = p_plugins_list; } - Vector get_plugins_list() { + Vector& get_plugins_list() { return plugins_list; } -- cgit v1.2.3