Merge branch 'item-tracker-v3' of github.com:garrettjoecox/Shipwright into item-tracker-v3

This commit is contained in:
Garrett Cox 2022-08-21 17:17:19 -05:00
commit 58a60e3f44

View File

@ -167,7 +167,7 @@ std::vector<uint32_t> buttonMap = {
BTN_DUP,
BTN_DDOWN,
BTN_DLEFT,
BTN_DRIGHT,
BTN_DRIGHT
};
ImVec2 GetItemCurrentAndMax(ItemTrackerItem item) {