You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Fix TileMap dragging selection
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user