Merge pull request #65621 from KoBeWi/eternal_pattern
Fix broken patterns on TileMap layer change
This commit is contained in:
commit
abdaa6da3d
1 changed files with 1 additions and 0 deletions
|
@ -3677,6 +3677,7 @@ void TileMapEditor::_update_layers_selection() {
|
|||
tile_map_layer = -1;
|
||||
}
|
||||
tile_map->set_selected_layer(toggle_highlight_selected_layer_button->is_pressed() ? tile_map_layer : -1);
|
||||
tileset_changed_needs_update = false; // Update is not needed here and actually causes problems.
|
||||
|
||||
layers_selection_button->clear();
|
||||
if (tile_map->get_layers_count() > 0) {
|
||||
|
|
Loading…
Reference in a new issue