Remove v1 UI Widgets (#62)

This commit is contained in:
Garrett Cox
2024-05-22 09:04:58 -05:00
parent 63f7d07b39
commit c24142402c
4 changed files with 4 additions and 746 deletions
+1 -1
View File
@@ -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++) {