Skip to content

Commit

Permalink
Refresh tiles when coming back from ChangeHeightDialog, in case biome…
Browse files Browse the repository at this point in the history
…s need to be shown or hidden
  • Loading branch information
Captain-Chaos committed Nov 23, 2022
1 parent b842ce5 commit a34ba03
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1200,6 +1200,7 @@ boolean changeWorldHeight(Window parent) {
ChangeHeightDialog dialog = new ChangeHeightDialog(parent, world);
dialog.setVisible(true);
if (! dialog.isCancelled()) {
view.refreshTiles();
if (threeDeeFrame != null) {
threeDeeFrame.refresh();
}
Expand Down

0 comments on commit a34ba03

Please sign in to comment.