You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fix plugins over not working
This commit is contained in:
@@ -2112,6 +2112,7 @@ void EditorNode::edit_item(Object *p_object, Object *p_editing_owner) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
active_plugins[owner_id].insert(plugin);
|
active_plugins[owner_id].insert(plugin);
|
||||||
|
editor_plugins_over->add_plugin(plugin);
|
||||||
plugin->edit(p_object);
|
plugin->edit(p_object);
|
||||||
plugin->make_visible(true);
|
plugin->make_visible(true);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user