mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
Remove v1 UI Widgets (#62)
This commit is contained in:
@@ -353,7 +353,7 @@ void DrawSlot(InventorySlot slot) {
|
||||
Inventory_DeleteItem(gSaveContext.save.saveInfo.inventory.items[selectedInventorySlot], selectedInventorySlot);
|
||||
ImGui::CloseCurrentPopup();
|
||||
}
|
||||
UIWidgets::SetLastItemHoverText("None");
|
||||
UIWidgets::Tooltip("None");
|
||||
|
||||
size_t availableItems = safeMode ? safeItemsForInventorySlot[selectedInventorySlot].size() : ITEM_FISHING_ROD;
|
||||
for (int32_t pickerIndex = 0; pickerIndex < availableItems; pickerIndex++) {
|
||||
|
||||
Reference in New Issue
Block a user