Bläddra i källkod

Fixes TileMap editor not disappearing

Igor Kordiukiewicz 3 år sedan
förälder
incheckning
a6b20c1816
1 ändrade filer med 0 tillägg och 2 borttagningar
  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) {