mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-21 23:34:18 +00:00
Fix delete item conv
This commit is contained in:
parent
c27f55c577
commit
843ea8bd6c
1 changed files with 1 additions and 1 deletions
|
@ -116,4 +116,4 @@ func _on_shop_ui_delete_cancel():
|
|||
converter.ending_deletion()
|
||||
var item_converters = find_children("*", "ItemConverter", true, false)
|
||||
for converter in item_converters:
|
||||
converter.pending_deletion()
|
||||
converter.ending_deletion()
|
||||
|
|
Loading…
Reference in a new issue