Update soh/soh/Enhancements/randomizer/randomizer_item_tracker.cpp

This commit is contained in:
Garrett Cox 2022-08-21 13:32:01 -05:00 committed by GitHub
parent 3aa82eaaf1
commit b3307883c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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