1
0
Fork 0

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

This commit is contained in:
Rémi Verschelde 2022-01-27 11:44:13 +01:00 committed by GitHub
commit aa94d5d61a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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) {