mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-11 16:59:00 +00:00
various iggy UI build fixes, format DLC folder
This commit is contained in:
@@ -230,13 +230,13 @@ void UIScene_AbstractContainerMenu::customDraw(
|
||||
pMinecraft->localgameModes[m_iPad] == NULL)
|
||||
return;
|
||||
|
||||
int slotId = parseSlotId(region->name);
|
||||
std::shared_ptr<ItemInstance> item = nullptr;
|
||||
if (std::char_traits<char16_t>::compare(region->name, u"pointerIcon", 11) ==
|
||||
0) {
|
||||
m_cacheSlotRenders = false;
|
||||
item = pMinecraft->localplayers[m_iPad]->inventory->getCarried();
|
||||
} else {
|
||||
int slotId = parseSlotId(region->name);
|
||||
if (slotId == -1) {
|
||||
app.DebugPrintf("This is not the control we are looking for\n");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user