Skip to content

Commit 88f3d18

Browse files
committed
Fix TileMap dragging selection
1 parent 6212da6 commit 88f3d18

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

editor/editor_node.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8116,6 +8116,7 @@ void EditorPluginList::forward_3d_force_draw_over_viewport(Control *p_overlay) {
81168116
}
81178117

81188118
void EditorPluginList::add_plugin(EditorPlugin *p_plugin) {
8119+
ERR_FAIL_COND(plugins_list.has(p_plugin));
81198120
plugins_list.push_back(p_plugin);
81208121
}
81218122

0 commit comments

Comments
 (0)