Fix addon disabling

This commit is contained in:
Franklin Sobrinho 2016-07-04 10:43:07 -03:00
parent 576a28470f
commit f97ff474d5
1 changed files with 1 additions and 1 deletions

View File

@ -762,7 +762,7 @@ public:
plugins_list = p_plugins_list;
}
Vector<EditorPlugin*> get_plugins_list() {
Vector<EditorPlugin*>& get_plugins_list() {
return plugins_list;
}