Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vE5li committed May 9, 2024
1 parent 278492b commit 8037914
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion korangar/src/interface/elements/containers/equipment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ impl EquipmentContainer {
let item_box = ItemBox::new(
item,
ItemSource::Equipment { position: slot },
// ItemSource::Equipment { position: EquipPosition::HEAD_TOP | EquipPosition::HEAD_MIDDLE },
Box::new(
move |mouse_mode| matches!(mouse_mode, MouseInputMode::MoveItem(_, item) if item.equip_position.contains(slot)),
),
Expand Down

0 comments on commit 8037914

Please sign in to comment.