mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-06-14 05:52:04 +00:00
TU24
This commit is contained in:
@@ -532,7 +532,7 @@ void UIScene_CraftingMenu::customDraw(IggyCustomDrawCallbackRegion *region)
|
||||
float alpha = 1.0f;
|
||||
bool decorations = true;
|
||||
bool inventoryItem = false;
|
||||
swscanf_s(static_cast<wchar_t *>(region->name),L"slot_%d",&slotId);
|
||||
swscanf(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