Fix TileMap dragging selection

This commit is contained in:
Gilles Roudière 2023-02-17 17:55:03 +01:00
parent 6212da66e8
commit 88f3d18bc6

View file

@ -8116,6 +8116,7 @@ void EditorPluginList::forward_3d_force_draw_over_viewport(Control *p_overlay) {
}
void EditorPluginList::add_plugin(EditorPlugin *p_plugin) {
ERR_FAIL_COND(plugins_list.has(p_plugin));
plugins_list.push_back(p_plugin);
}