Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rainlizard committed Nov 30, 2023
1 parent 03b80a4 commit 84440c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scenes/ResizeCurrentMapSize.gd
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func _on_ResizeApplyButton_pressed():

update_editor_appearance()

oSlabPlacement.generate_slabs_based_on_id(positionsToUpdate.keys(), false)
oSlabPlacement.generate_slabs_based_on_id(positionsToUpdate.keys(), true) # Important to update surrounding slabs too. For example, rooms that get cut off.

func set_various_grid_data(newWidth, newHeight, previousWidth, previousHeight):
var newWidthInSubtiles = newWidth * 3
Expand Down

0 comments on commit 84440c9

Please sign in to comment.