diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2016-07-04 23:36:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-04 23:36:58 +0200 |
commit | 9731da3280ed306c79e715c97279a4ffc6c6a061 (patch) | |
tree | f5ea213b42218190ffdc0b0eabc0b90e1c370a09 /tools | |
parent | 716dfa67a3c5a0a38205179c01676e05a718d244 (diff) | |
parent | f97ff474d55ba26369e43627d7a7fe7f994d640b (diff) |
Merge pull request #5547 from TheHX/fix-addons-disabling
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; } |