mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/GabsPuNs-MinecraftConsoles.git
synced 2026-07-18 09:58:12 +00:00
Changes
This commit is contained in:
@@ -292,7 +292,7 @@ void UIScene_AbstractContainerMenu::customDraw(IggyCustomDrawCallbackRegion *reg
|
||||
}
|
||||
else
|
||||
{
|
||||
swscanf(static_cast<wchar_t *>(region->name),L"slot_%d",&slotId);
|
||||
swscanf_s(static_cast<wchar_t *>(region->name),L"slot_%d",&slotId);
|
||||
if (slotId == -1)
|
||||
{
|
||||
app.DebugPrintf("This is not the control we are looking for\n");
|
||||
|
||||
Reference in New Issue
Block a user