diff options
author | Franklin Sobrinho <franklin_gs@hotmail.com> | 2016-07-04 10:43:07 -0300 |
---|---|---|
committer | Franklin Sobrinho <franklin_gs@hotmail.com> | 2016-07-04 10:43:07 -0300 |
commit | f97ff474d55ba26369e43627d7a7fe7f994d640b (patch) | |
tree | f2d6edfe822c61466533a94f7a2126eae6b82a96 /tools | |
parent | 576a28470fce95cf0d35d5e2e1e408b4afe80e4f (diff) |
Fix addon disabling
Diffstat (limited to 'tools')
-rw-r--r-- | tools/editor/editor_node.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<EditorPlugin*> get_plugins_list() { + Vector<EditorPlugin*>& get_plugins_list() { return plugins_list; } |