pull/20/merge
Brandon Brown 2025-10-01 01:33:54 +07:00 committed by GitHub
commit 48e2021511
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

@ -123,6 +123,7 @@ func update_structure():
# Clear previous structure preview in selector
for n in selector_container.get_children():
selector_container.remove_child(n)
n.queue_free()
# Create new structure preview in selector
var _model = structures[index].model.instantiate()