Browse Source

Merge pull request #57290 from IgorKordiukiewicz/fix-tile-map-editor-not-disappearing

Rémi Verschelde 3 years ago
parent
commit
aa94d5d61a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      editor/plugins/tiles/tiles_editor_plugin.cpp

+ 0 - 2
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) {