mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-25 04:45:32 +00:00
fix: a bunch of iggy string encoding UB and use simdutf
This commit is contained in:
@@ -230,7 +230,7 @@ void UIScene_AbstractContainerMenu::customDraw(
|
||||
pMinecraft->localgameModes[m_iPad] == NULL)
|
||||
return;
|
||||
|
||||
int slotId = parseSlotId(region->name);
|
||||
int slotId = parseSlotId(region->name);
|
||||
std::shared_ptr<ItemInstance> item = nullptr;
|
||||
if (std::char_traits<char16_t>::compare(region->name, u"pointerIcon", 11) ==
|
||||
0) {
|
||||
|
||||
Reference in New Issue
Block a user