mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-15 21:24:18 +01:00
Fix offhand handling.
This commit is contained in:
parent
279a5d6923
commit
a310e01296
3 changed files with 5 additions and 7 deletions
|
|
@ -157,7 +157,7 @@ public class DesignPanel
|
|||
|
||||
ImGui.SameLine();
|
||||
var oh = _selector.Selected!.DesignData.Item(EquipSlot.OffHand);
|
||||
if (_equipmentDrawer.DrawMainhand(oh, false, out var newOh))
|
||||
if (_equipmentDrawer.DrawOffhand(oh, newMh.Type, out var newOh))
|
||||
_manager.ChangeWeapon(_selector.Selected!, EquipSlot.OffHand, newOh);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue