Skip to content

Commit

Permalink
Fix TileMap dragging selection
Browse files Browse the repository at this point in the history
  • Loading branch information
groud committed Feb 17, 2023
1 parent 6212da6 commit 88f3d18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/editor_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 88f3d18

Please sign in to comment.