mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-13 06:28:17 +00:00
fix: accidentally declared static in the implementation
This commit is contained in:
@@ -714,6 +714,7 @@ void UIScene_SkinSelectMenu::InputActionOK(unsigned int iPad)
|
||||
void UIScene_SkinSelectMenu::customDraw(IggyCustomDrawCallbackRegion *region)
|
||||
{
|
||||
int characterId = -1;
|
||||
// 4jcraft TODO: undefined behavior
|
||||
swscanf((wchar_t*)region->name,L"Character%d",&characterId);
|
||||
if (characterId == -1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user