Fixes TileMap editor not disappearing
This commit is contained in:
parent
2c7ff931df
commit
a6b20c1816
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue