summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-01-27 11:44:13 +0100
committerGitHub <noreply@github.com>2022-01-27 11:44:13 +0100
commitaa94d5d61a793708e631e1533a04db63e5fad16f (patch)
treed1d34beecd755e73500a5d869aa8a6ac08cbeae0 /editor
parent899cd3442659f5208a08545b520ae6e6fe2552e7 (diff)
parenta6b20c181606012a1d74c8fba74378b1b9a90e4c (diff)
Merge pull request #57290 from IgorKordiukiewicz/fix-tile-map-editor-not-disappearing
Diffstat (limited to 'editor')
-rw-r--r--editor/plugins/tiles/tiles_editor_plugin.cpp2
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) {