diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-01-27 11:44:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-27 11:44:13 +0100 |
commit | aa94d5d61a793708e631e1533a04db63e5fad16f (patch) | |
tree | d1d34beecd755e73500a5d869aa8a6ac08cbeae0 /editor/plugins | |
parent | 899cd3442659f5208a08545b520ae6e6fe2552e7 (diff) | |
parent | a6b20c181606012a1d74c8fba74378b1b9a90e4c (diff) |
Merge pull request #57290 from IgorKordiukiewicz/fix-tile-map-editor-not-disappearing
Diffstat (limited to 'editor/plugins')
-rw-r--r-- | editor/plugins/tiles/tiles_editor_plugin.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/plugins/tiles/tiles_editor_plugin.cpp b/editor/plugins/tiles/tiles_editor_plugin.cpp index 1aafab4713..4c644f33d4 100644 --- a/editor/plugins/tiles/tiles_editor_plugin.cpp +++ b/editor/plugins/tiles/tiles_editor_plugin.cpp @@ -166,8 +166,6 @@ void TilesEditorPlugin::_update_editors() { editor_node->hide_bottom_panel(); } } - tileset_editor_button->set_visible(tile_set.is_valid()); - tilemap_editor_button->set_visible(tile_map); } void TilesEditorPlugin::_notification(int p_what) { |