diff --git a/scenes/ui/quick_slots.gd b/scenes/ui/quick_slots.gd index 9bfaa72..1f5d443 100644 --- a/scenes/ui/quick_slots.gd +++ b/scenes/ui/quick_slots.gd @@ -58,7 +58,6 @@ func select_next_item() -> void: update_highlighted_slot() InventoryManager.quick_slot_item_changed.emit(get_selected_item()) - func update_highlighted_slot() -> void: var previous_slot: Panel = slots_container.get_child(_previous_selected_item) var current_slot: Panel = slots_container.get_child(_selected_item)